@media (max-width: 932px){
    .sidebar {
        display: none;
    }
    .container{
        margin-left: 0 !important;
        max-width: 100%;
    }
}

.logo{
    position: absolute;
    left: 5px;
    top:3px;
}

body {
     font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0; 
    background-color: rgb(228, 243, 247);
    /*     background-color: rgb(247, 228, 243); */
}

#masterBanner{
    background-image: url('/graphics/banner.png');
    background-repeat: repeat-x;
    position:relative;
    height:76px;
    z-index: 0;
}

.sidebar{
    width:15%;
    background: skyblue;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.right-side{
    right: 0;
}

.container{
    margin-left: 15%;
    max-width: 85%;
    padding-left: 5px;
}

#date{
    position: absolute;
    text-align: right;
    right: 5px;
    top:3px;
}

#title{
    margin-top:3px;
    font-size: 48px;
    font-weight: 600;
}

#spread{
    font-size:32px;
    font-weight: bold;
    margin-top: 4px;
    text-align: center;
}