/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) 
{
    #header { width: 100%; }
    #environment_responsive { display: block; }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) 
{
    #header li.medicineLogo { display: none; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) 
{
    img, canvas, iframe, video, svg { max-width: 100%; }
    fieldset.overflow-container { min-width: 100%; }
    div.overflow-container { overflow-x: scroll; -webkit-overflow-scrolling: touch; }
    .nowrap { white-space: nowrap; }

    h1,h2,h3,h4,h5,h6 { font-size: 1.5em; }
    body { padding: 0px; }
    #main { padding: 1em; }
    ul#navg { display: none; }
    #header { height: 45px; }
    .btn { margin-top: 0.25em; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) 
{
    #wsearch, p.tagline { display: none; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) 
{
    h1,h2,h3,h4,h5,h6 { font-size: 1.25em; }
    #wsearch, #uwLogo, p.tagline { display: none; }
}
