@charset "UTF-8";
th,td{ border:1px solid#000;
}
th{
	color:#FFFFFF
	background-color:#c5f7f9;
	background-color:#c5f7f9;
}
.table tr:nth-child(odd){background-color:#dfe5df;
}


@media(max-width:414px){
	th,td{
	display: block;
	border-left: none;
	border-right: none;
	border-bottom-style: double;
	border-top: none;
	border-bottom-color: #E2A2A3;
	}
}
