﻿body
{
    font-family: Verdana;
    font-size: .4em;
    background-color: #fff;
    margin: 0px!important;
}

form
{
}

#Title, #Year
{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#printHeader
{
    position: relative;
    height: 30px;
    width: 705px;
}

#gccLogo
{
    position: absolute;
    top: 0;
    left: 4px;
    height: 100%;
}

#Title
{
    position: absolute;
    top: 4px;
    left: 250px;
    font-size: 2.3em;
}

#Year
{
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 2.5em;
}

h2
{
    display: inline;
    font-weight: normal;
    margin-right: 8px;
}

#printArticle
{
    overflow: hidden;
    margin-top: 5px;
    width: 705px;
}

.scrollable {
    clear: none!important;
    overflow-x: visible!important;
}

#printFooter
{
    margin-top: 10px;
    width: 705px;
}

.Calendar
{
    float: left;
    margin: 2px 8px;
    padding: 0;
    border: 0px;

}

.calendar-day
{
    height: 28px;
    width: 28px;
    max-height: 28px;
    max-width: 28px;
}

tr > th{
    font-size:1.5em !important;

}

td > img{
    /*width:100%;
    -ms-interpolation-mode: bicubic;
    max-width:100%;
    height:auto;
    display:inline-block;*/
}

.binColour{
    font-size:1.5em;
}

.printPage{
    font-size:2em;
    height: 32px;
    width: 108px;
    margin-top: 0px;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    color: #ffffff;
    background-color: #4E8BA0;
    background: linear-gradient(to bottom, #4E8BA0, #2B6D85);
    border-color: #4E8BA0;
    text-decoration: none;
    padding: 10px 20px;
}
#printPageDiv {
    margin-bottom: 20px;
    position:relative;
    width:100%;
    margin-top: 20px;
}

.clear {
    clear: none;
}
#cookie-bar {

    display:none;

}

@media only screen and (max-width: 701px) {
    #printHeader {  
        width: 100%;
        height: 90px;
    }
    #gccLogo {
        width: 90%;
        top: 30px;
        height:initial;
    }

    #Title{
        left: 0px;
    }
    #printArticle {
        width: 100%;
    }
        #printFooter {
        width: 100%;
    }
}

@media only screen and (max-width: 1040px) and (min-width: 702px){
body {
    min-width: 100%;
}
}