/*
Library Media Query Style	  
*/
/* On screens that are 600px or less, set the page width to default bootstrap and button sizing */
@media screen and  (max-width: 799px){
    .wrapper {
        display: block;
        width: 100%;
        background: #fff;
        margin: 0 auto;
        padding: 10px 0px;
        /* -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35); */
    }

    .button {
        padding: 6px 25px;
        margin: 4px 4px;
        color: #fff;
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-size: 14px;
        text-shadow: 1px 1px 2px #000;
        text-decoration: none;
        font-weight: bold;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px 6px;  
    }

    #sort_table tbody tr td {    
        width: 100%;
        padding: 10px 5px;
    }
    
    .footLinks-nav {
        width: 95%;
    }
}




