/* - - - General Mobile Styles - - - */
/* These styles are used, no matter what the resolution of the phone is */
/* Most styles in the sheet are universal across all mobile devices and   */
@media screen and (max-width: 984px) {
    textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox {
        -webkit-appearance: none;
        border-radius: 0;
    }
    
    body {
        width: auto;
    }
    
    #body {
        width: auto; 
    }
    
    #header {
		width: auto;
		background-image: url("/publicaccesslive/webresources/images/bbc/Logo.png");
		background-position: center top;
    }

    /*#footerText {*/
    #copyright {
        display: none; 
        height: 50px;
    }

    #footer {
        height: 50px;   
    }
}
