/*
    All Pages
*/
body,p,li,th,td,a,input{
    font-size: 50px;
}

input.chk{
    width:60px;
    height:60px;
}

.key{
    width: 100px;
}

body{
    background : cornsilk;
}

.chase{
    /*font-size: larger;*/
    color: cornsilk;
}

li,ul,table,tr,th,td{
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    /*display: flex;*/
}

#rawLink, rawLink:hover,rawLink:visited, rawLink:active{
    font-size: xx-small;
    text-decoration: none;
}

/*
    Menu
*/
ul.menu{
    display: flex;
}

li.menuItemRed,li.menuItemBlue,li.menuItemGreen,li.menuItemGrey,li.menuItemBlack{
    display: inline;
    color: white;
    /*display: flex;*/
}

a.menuLink{
    color: white;
    text-decoration: none;
}

li.menuItemRed{
    background-color: red;
}

li.menuItemBlue{
    background-color: blue;
}

li.menuItemGreen{
    background-color: green;
}

li.menuItemBlack{
    background-color: black;
}

li.menuItemGrey{
    background-color: grey;
}

a.menulink:hover{
    color: yellow;
}

.menuLine{
    border: 1px dotted blue;
}


/*
    Leaderboard
*/

table{
    border-style: none;
}

th{
    border-bottom-style: solid;
    border-bottom-width: 6px;
    text-align: left;
}

th.red{
    border-bottom-color: red;
}

th.blue{
    border-bottom-color: blue;
}

th.green{
    border-bottom-color: green;
}

th.grey{
    border-bottom-color: grey;
}

tr.colour0{
    background-color: lightpink;
}

tr.colour1{
    background-color: lightblue;
}

tr.colour2{
    background-color: lightgreen;
}

#blankRow{
    font-size: xx-small;
}

td.numeric{
    text-align: right;
}

tr.data:hover{
    background-color: yellow;
}

/*
    Form Elements
*/
/*.formLink,.formOption{
    /*font-size: x-large;*/
    /*text-decoration: none;
}

#formSubmit,#scoreUp{
    color: green;
}

#formCancel,#scoreDown{
    color:red;
}

/*
    Settings & Score Entry
*/

/*.setLabel,.label,.formLink{
    display:inline-block;
}

.setLabel{
    width: 400px;
}

.label,.formLink{
    width:200px;
}

#txtScore,#txtLevel{
    width:150px;
}

#txtPlayer{
    width:600px;
}

/*
    Settings
*/
/*#txtTemperature{
    background-color:LightGrey;
}

#icoRefresh{
    color:green;
}*/

