#naviFooter {
    display:none;
}
#recentFooter {
    display:none;
}
@media only screen and (max-width:600px) {
    .sites-layout-sidebar-left {
        display:none;
    }
    .sites-embed-border-off {
        width:auto !important;
    }
    #naviFooter {
        display:block;
        background-color: #a0a0a0;
    }
    #naviFooter a {
        color:#ffffff;
    }
    #naviFooter .rawNavi {
        padding-left: 19px;
    }
    #naviFooter .rawNavi a {
        font-weight: bold;
        text-decoration:none;
    }
    #recentFooter {
        display:block;
        background-color: #fff0e0;
        margin-top:5px;
    }
    #recentFooter .sites-sidebar-recent-activity a {
        display:inline;
    }
}
.sites-header-primary-row #sites-header-title {
    white-space:nowrap;
    padding-left:0;
}
