/*
 * Responsive Tables plugin 1.0
 * Ryan Wells 
 * Copyright 2015, Ryan Wells (http://ryanwells.com)
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/

@media only screen and (max-width: 767px){
    table.respond table,table.respond thead,table.respond tbody,table.respond th,table.respond td,table.respond tr{display:block;text-align:left}
    table.respond thead tr{position:absolute;top:-9999px;left:-9999px;}
    table.respond tr{border:1px solid #ad974f}
    table.respond td{border:none;border-bottom:1px solid #ad974f;position:relative;padding-left:25%;font-weight:400}
    table.respond td:before{position:absolute;top:8px;left:6px;width:30%;text-align:left!important;padding-right:0;font-weight:500; line-height:30px;}
    .facilities_bowl .detailtd{border:none;border-bottom:1px solid #ad974f;position:relative;padding-left:25%;font-weight:400}
    table.respond .FuturaTOT_Medium{padding-left:0 !important; text-align:center !important}
    .fnb_seatingwrapper table.respond td:before{position:absolute;top:17px;left:6px;width:55%!important;text-align:left!important;padding-right:0;font-weight:500; line-height:30px;}
    .fnb_seatingwrapper table.respond td, .fnb_seatingwrapper table.respond th{width:100%}
    .fnb_seatingwrapper  table.respond td{border:none;border-bottom:1px solid #ad974f;position:relative;padding-left:55%;font-weight:400}
    .fnb_seatingwrapper table{border-bottom:none}
}

@media only screen and (max-width: 450px) {
    table.respond td{border:none;border-bottom:1px solid #ad974f;position:relative;padding-left:35%;font-weight:400}
    .facilities_bowl .detailtd{border:none;border-bottom:1px solid #ad974f;position:relative;padding-left:30%;font-weight:400}
}
