section[id$="Container"]>*, section[class$="Container"]>*
    {
      width: 960px;
    }

@media only screen and (min-width: 1366px) 
{
    body
    {
        font-size: 13px;
    }

section[id$="Container"]>*, section[class$="Container"]>*
    {
      width: 1280px;
    }
}


@media only screen and (max-width: 1365px) and (min-width: 801px) 
{
    body
    {
        font-size: 12px;
    }
    
section[id$="Container"]>*, section[class$="Container"]>*
    {
        width: 92%;
        max-width: 960px;
    }
}



@media only screen and (max-width: 800px){

    body { padding-top: 0;}
    header { position: relative;}
    #header>a>img{ margin-left: auto; margin-right: auto;}
    header nav#main { display: block; position: relative;}
    
    header #responsive-nav {  font-size: 16px; height: auto; margin: 1em auto;}
    
    
section[id$="Container"]>*, section[class$="Container"]>*
    {
        width: 92%;
        padding: 0 4%;
        
    }
    
    *[class~="column"]
	{
        float: none !important;
        clear: both !important;
        width: auto !important;
		margin-left: 0 !important;
        margin-bottom: 1em;
    }
	
    #slideshow>.item .caption
    {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
    }
    
    #header
    {
        text-align: center;
    }
    
    nav
    {
        display: none;
    }
    
    table.dataPager td { text-align: center !important;}
    table.dataPager td.resultPages a { font-size: 125%;}
    
   table.linearize-on-phone tr
    {
        margin-bottom: 1em;
        border-top: 1px solid #ccc;
    }
    
    table.linearize-on-phone td
    {
        border-top: 0;
        border-bottom: 0;
    }    
        
    header article#header+article
    {
        padding: 0.1em 0;
        background: #404041;
        width: 100%;
    }
    
    header article#header+article select
    {
        width: 96%;
        margin: 2%;
    }
    
    #buttonContainer>article a.largebutton{ border: 0;        border-bottom: 1px solid RGBA(255, 255, 255, 0.2);
}
    
    #buttonContainer>article
    {
        padding: 0;
        width: 100%;
    }
    
    
}

