/* 
    Document   : hatched-inc-responsive.css
    Created on : Nov 20, 2013, 1:56:34 PM
    Author     : Felix Chiang
    Business   : Hatched Inc
    Description: Custom CSS - Responsive - School Sport WA
*/


@media only screen and (max-width: 850px) {
    select.selectnav {
        margin: 10px auto;
    }
}

@media only screen and (max-width: 767px) {
    .mbod {
        padding-top: 100px !important;
    }
    
    .footinner #footer-right-top,
    .footinner #footer-right-bottom {
        border: none;
    }
    
    .footinner #footer-right-top {
        border-top: 1px solid black;
    }
    
    .footinner #footer-right-bottom {
        border-top: 1px solid white;
    }
}