#header {display: block; width:100%; background: url("/sitiming/skins/jk2018/jk2018banner.jpg") center bottom no-repeat;height: 326px; background-size: contain; margin-bottom:5px;}

#header_right {display: none;}

/* Colours */
#footer {
     background-color:  #38499e;
}

.data_narrow, .data_wide {
     border: 1px solid #38499e;
}

.data_narrow td, .data_wide td {border-bottom: 1px solid #99c;}
.data_narrow tr:nth-child(even), .data_wide tr:nth-child(even) {
 background-color: #81d7f8;
}

.data_narrow tr:nth-child(odd), .data_wide tr:nth-child(odd) {
        background-color: #add6ec;
}

.data_narrow th, .data_wide th {
        background-color: #38499e;
 background-image:none;
 color: #fff;
        border-bottom: 1px solid #38499e;
}

.lastcol {
     border-right: 20px solid #38499e;
}

.menu li {
 background-color:  #38499e;
 border-bottom: 1px solid #81d7f8;

}

/* ----------------------
   CSS smaller than 800px, all devices
---------------------- */
@media handheld and (max-width: 800px), screen and (max-width: 800px)
{
     #header {height:265px;}
}

/* ----------------------
   CSS smaller than 400px, all devices
---------------------- */
@media handheld and (max-width: 400px), screen and (max-width: 400px)
{
     #header {height:150px;}
}