@charset "utf-8";
/* CSS Document */

table{margin:3.5rem 0;}

th{font-weight:normal;background:#b2ccca;vertical-align:middle!important;padding:.75rem 1.5rem .75rem!important;}
td{padding:.75rem 1.5rem .75rem!important;}

th,td{display:block;}
th{white-space: nowrap;}

@media(min-width:600px){
	th,td{padding:1.25rem; display:table-cell;}
}