@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 100%;
  }
}

@media print {
    .noPrint {
        display: none;
    }
    body {
        -webkit-print-color-adjust: exact;
    }
}

.darkOnly {
    display: none;
}

html {
  font-size: 14px;
  font-family: 'Eurostile', 'Eurostar', sans-serif;
}

@font-face {
    font-family: 'Eurostile', 'Eurostar', sans-serif;
}

thead th {
    font-weight: normal;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #F8F8F8;
}

tbody th {
    font-weight: normal;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    color: inherit;
    background-color: inherit;
/*    background-color: #FCFCFC;*/
}

a.homeLink {
    display: block;
    float: none;
    width: 900px;
    margin: 0 auto;
}

div.buttons {
    width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div.tables {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    text-align: center;
    grid-gap: 10px;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    grid-auto-flow: dense;
}

h1 {
    font-size: 60px;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    color: #000000;
    text-shadow: 2px 2px 1px black;
}

h2 {
    font-size: 12px;
    text-align: center;
}

h3 {
    font-size: 20px;
    text-align: center;
}

tableCell {
    font-size: 12px;
}

body {
  margin: auto;
  text-align: center;
  background-color: #FFFFFF;
}

img {
  display: block;
  float: none;
  margin: 0 auto;
}
img.icons {
    display: inline-block;
}
tr {
    border-spacing: 0;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    color: #000000;
}

td {
    height: 19px;
    border-spacing: 0;
    border: 1px solid #ccc;
    white-space: nowrap;
    text-align: center;
}
th {
    height: 19px;
    border-spacing: 0;
    border: 1px solid #ccc;
    position: sticky;
    top: 0;
    white-space: nowrap;
    text-align: center;
}

tr.h1 {
    background-color: #8de500;
    color: #000000;
}
tr.h2 {
    background-color: #00e5b0;
    color: #000000;
}
tr.h3 {
    background-color: #9670ff;
    color: #000000;
}
tr.h4 {
    background-color: #f5107a;
    color: #000000;
}
tr.h5 {
    background-color: #e5d400;
    color: #000000;
}
tr.h6 {
    background-color: #00e546;
    color: #000000;
}
tr.h7 {
    background-color: #1086f5;
    color: #000000;
}
tr.h8 {
    background-color: #e500d4;
    color: #000000;
}
tr.h9 {
    background-color: #e56a00;
    color: #000000;
}
tr.h10 {
    background-color: #c2e5b0;
    color: #000000;
}
tr.h11 {
    background-color: #00b0e5;
    color: #000000;
}
tr.h12 {
    background-color: #cd60ff;
    color: #000000;
}

.pink {
    font-size: 12px;
    background-color: #FF69B4;
}
.cyan {
    font-size: 12px;
    background-color: #00FFFF;
}
.orange {
    font-size: 12px;
    background-color: #FFA500;
}
.red {
    font-size: 12px;
    background-color: #FF8080;
}
.yellow {
    font-size: 12px;
    background-color: #FFFF00;
}
.green {
    font-size: 12px;
    background-color: #80FF80;
}
.gold {
    font-size: 12px;
    background-color: #FFD700;
}
.silver {
    font-size: 12px;
    background-color: #D7D7D7;
}
.gray {
    font-size: 12px;
    background-color: #D7D7D7;
}
.bronze {
    font-size: 12px;
    background-color: #AD8A56;
}
.headcolor {
    background-color: #F8F8F8;
}

table {
    border-spacing: 0;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

table.hidden {
    border: 0px #ffffff;
}

.navbar {
    width: 100%;
    overflow: hidden;
    background-color:#f7f7f7;
    color: #000000;
    border:1px solid #ccc;
}
.navbaritem {
    padding:8px 16px;
    float:left;
    width:auto;
    border:none;
    display:inline-block;
    outline:0;
    vertical-align:middle;
    overflow:hidden;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
    color: #000;
}
.navbaritem:hover {
    background-color:#c0c0c0;
}

.g1 {
    width: 904px;
    display: grid;
    text-align: left;
    grid-template-columns: repeat(3, 300px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g2 {
    width: 904px;
    display: grid;
    text-align: right;
    grid-template-columns: repeat(3, 302px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g3 {
    width: 525px;
    display: grid;
    text-align: left;
    grid-template-columns: repeat(2, 262px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g4 {
    width: 904px;
    display: grid;
    text-align: left;
    grid-template-columns: repeat(12, 75px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g5 {
    width: 375px;
    display: grid;
    text-align: left;
    grid-template-columns: repeat(2, 187px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g6 {
    width: 525px;
    display: grid;
    text-align: left;
    grid-template-columns: repeat(7, 75px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g7 {
    width: 600px;
    display: grid;
    text-align: right;
    grid-template-columns: repeat(2, 300px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g8 {
    width: 754px;
    display: grid;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, 375px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g9 {
    width: 300px;
    display: grid;
    text-align: left;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g10 {
    width: 904px;
    display: grid;
    text-align: right;
    grid-template-columns: repeat(3, 300px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g11 {
    width: 754px;
    display: grid;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 250px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.g12 {
    width: 754px;
    display: grid;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(4, 187px);
    grid-template-rows: auto;
    grid-gap: 0px 0px;
    grid-auto-flow: dense;
}

.specialButton {
    visibility: hidden;
    width: 1px;
    height: 1px;
}
.specialLabel {
    display: inline-block;
    margin: -2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);}

.specialLabelChecked {
    margin: -2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#e0e0e0;
}
