/*
 * 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: 800px){
    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 #ccc}
    table.respond td{border:none;border-bottom:1px solid #eee;position:relative;/*padding-left:52%;*/font-weight:400}
    table.respond td:before{/*position:absolute;*/top:8px;left:6px;width:49%;text-align:left!important;padding-right:0;font-weight:600; line-height:30px;}


#facilities td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:62%;font-weight:400; line-height:24px; font-size:14px;}
#facilities table.respond td:before{position:absolute;top:15px;left:6px;width:57%;text-align:left!important;padding-right:0;font-weight:600; line-height:24px;  font-size:14px;}

.launchpad table.respond td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:43%;font-weight:400; line-height:24px; font-size:14px;}
.launchpad table.respond td:before{position:absolute;top:15px;left:6px;width:57%;text-align:left!important;padding-right:0;font-weight:600; line-height:24px;  font-size:14px;}

}

@media only screen and (max-width: 330px) {
    table.respond td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:60%;font-weight:400}
    table.respond td:before{position:absolute;top:8px;left:6px;width:55%;text-align:left!important;padding-right:0;font-weight:600; line-height:30px;}
#facilities td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:70%;font-weight:400; line-height:24px; font-size:14px;}
#facilities table.respond td:before{position:absolute;top:15px;left:6px;width:68%;text-align:left!important;padding-right:0;font-weight:600; line-height:24px;  font-size:14px;}

.launchpad table.respond td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:42%;font-weight:400; line-height:24px; font-size:14px;}
.launchpad table.respond td:before{position:absolute;top:15px;left:6px;width:57%;text-align:left!important;padding-right:0;font-weight:600; line-height:24px;  font-size:14px;}
}


