/*! fluid-table.css v0.0.1 | MIT License | github.com/amalfra/fluid-table */
.fluid-table{width:100%;max-width:100%;overflow-x:auto;word-break:break-all;border-spacing:0; border-bottom:1px solid #999;border-top:1px solid #999;}
table > thead > tr > th{padding:0.500rem; text-align:left; vertical-align:bottom;}
table > tbody > tr > td{padding:0.500rem; vertical-align:middle; border-top:1px solid #999;}
@media only screen and (max-width: 768px){
	 table tr{margin-bottom:0.500rem; padding-bottom:0.250rem; border-bottom:3px ridge #999!important; border-top:3px ridge #999;}
	 table td{border-top:0!important; border-bottom:1px solid #999!important;}
	.fluid-table{border:none;}
	.fluid-table thead{display:none}
	.fluid-table tr{display:block}
	.fluid-table td{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;clear:both;width:100% !important;max-width:none !important;white-space:normal !important;text-align:right}
	.fluid-table td:before{content:attr(data-label);float:left;font-weight:bold}
	}
