﻿
body{
    font-family: "Helvetica Neue",Arial,sans-serif;
}    

#divShowResponsive {
    display:none;
    visibility:hidden;
}

@media screen and (max-width:798px) {

    /* Reg Forms - make tables display like flowing view */
    /* http://css-tricks.com/responsive-data-tables/ */

    table, thead, tbody, th, td, tr {
        display: block;
    }

    .hideResponsive {
        /* Hide table headers (but not display: none;, for accessibility) */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #responsiveTd p {
        padding: 0px;
        margin: 0px;
    }

    #parents, #email, #txtExtraInfo, #highschool, #addresline1, #addresline2, #city {
        width: 280px;
    }

    #divShowResponsive {
        display: block;
        white-space: nowrap;
        visibility: visible;
    }


    /* End Reg Forms */
}
