﻿@media screen and (max-width:480px) {

    /* forms (e.g. reporter worksheet) layout */
    form fieldset > section label {
        width: inherit
    }

    /*minimize spacing on top page options so they fit on one line on most devices*/
    #pageoptions .padded {
        padding: 0 0 0 0;
    }

    /*so nav won't hide top of page*/
    nav {
        position: static;
        width: 100%;
    }

    /*hide all nav sub menus on page load*/
    .nav-sublist {
        display: none;
    }

    /*use mobile sized table */
    .mobile-table {
        display: block;
    }

    .full-listing-hide {
        display: none;
    }

    .no-mobile {
        display: none;
    }

    .clearpad {
        height: 2px;
    }

    footer {
        padding-top: 0;
    }

    hr {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    a.isDesktop {
        display: none;
    }
}

