@charset "UTF-8";
/***!  /plugins/content/responsive-tables/responsive-tables.css  !***/

@media only screen and (max-width:50em){.responsive{display:block;position:relative;width:100%}.responsive thead{display:block;float:left}.responsive tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}.responsive thead tr{display:block}.responsive th{display:block}.responsive tbody tr{display:inline-block;vertical-align:top}.responsive td{display:inline-block;min-height:1.25em}.rt th{border-bottom:0}.rt td{border-left:0;border-right:0;border-bottom:0}.rt tbody tr{border-right:0px solid #fff}.rt th:last-child,.rt td:last-child{border-bottom:0px solid #fff}}
