/* 
Description: GolfSoc Admin Style Sheet
 
Copyright 2014 Malcolm Shergold

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

#pageblock
{
	width: 750px;
	padding: 49px 10px 20px 10px;
	border: 1px black solid;
}

.num
{
	text-align: center;
}

.ph
{
	width: 40px;
}

.hole
{
	width: 40px;
}

.par
{
	width: 40px;
}

.si
{
	width: 40px;
}

.scorebox
{
	width: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button 
{
	-webkit-appearance: none;
}

.sfbox
{
	width: 40px;
	border: 1px black solid;
}

.button-secondary 
{
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box
}

#savescores.isok
{
	background-color: #aaff7f !important;
}

#clearscores 
{
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}

/*Styles for Hole by Hole score entry */
.results-table
{
	border-collapse: collapse;
}

.results-cell
{	
	padding: 5px;	
	border:	1px solid black;
}

.results-centre
{	
	text-align: center;
}