.tablesaw th {
	background: #004c94;
	color:#FFF;
}
.tablesaw tr:nth-child(even) {
	background: #EEE;
}
.tablesaw tr:nth-child(odd) {
	background: #FFF;
}

@media (max-width: 639px) {
	/* Table rows have a gray bottom stroke by default */

	.tablesaw-stack tbody tr {
		display: inline-block;
		width: 100%;
		border-bottom: 0.2em solid #004c94;
		padding: 1em;
	}	

	.tablesaw-stack tbody td{
		width: 100% !important;
		text-align: left !important;
		border: 0px !important;
	}
} 

