/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02/10/2017, 7:42:19 AM
    Author     : GregNicole
*/
body {
    background-color: palegreen;
}
input {
    background-color: transparent;
}
.page {
    display: none;
    width: 432px;
    height: 288px;
}
#main {
    
    display: initial;
}
.mainBtn {
    background-color: blue;
    font-size: 16px;
    color: peachpuff;
    font-weight: bold;
    border-radius: 15px;
    width: 135px;
    height: 60px;
    margin: 3px;
    margin-top: 20px;
}
.playerno {
    background-color: blue;
    font-size: 16px;
    color: peachpuff;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}
#RoyalsCheck {
    width: 20px;
    height: 20px;
}
.nextbuttons {
    background-color: blue;
    font-size: 16px;
    color: peachpuff;
    font-weight: bold;
    border-radius: 15px;
    width: 70px;
    height: 30px;
    margin: 3px;
}
.mmbutton {
    background-color: blue;
    font-size: 16px;
    color: peachpuff;
    font-weight: bold;
    border-radius: 15px;
    width: 100px;
    height: 30px;
    margin: 3px;
}
.confirm {
    background-color: blue;
    font-size: 16px;
    color: peachpuff;
    font-weight: bold;
    border-radius: 15px;
    width: 80px;
    height: 30px;
    margin: 3px;
}
table, tr, td {
    /*border: 1px black solid;*/
    padding: 2px;
    margin: 0px;
}
.bpcell {
    display: block;
    width: 80px;
    height: 45px;
}
.cell {
    width: 90px;
    height: 20px;
    text-align: center;
    margin: 2px;
}
#playerDetails {
    margin-top: 10px;
}
#p1,#p2,#p3,#p4,#p5 {
    
    display: none;
}
.pcell {
    width: 180px;
    height: 20px;
    text-align: center;
    margin: 2px;
}
.ngcell {
    width: 180px;
    height: 40px;
    text-align: center;
    margin: 2px;
}
.in {
    width: 35px;
    font-size: 14px;
}
h2 {
    font-size: 30px;
    padding: 0px;
    margin: 5px;
}
h3 {
    font-size: 25px;
    padding: 0px;
    margin: 5px;
    text-shadow: -1px -1px 4px white, 1px 1px 4px black;
}
.currentplayer {
    color: black;
}
label {
    font-size: 20px;
    font-weight: bold;
}
.totalnames, .totalposition, .totalscores {
    font-size: 20px;
    font-weight: bold;
}