@media all{

table{
	margin:0 0 3em;
	border-collapse:separate;
	border-spacing:0;
	width:100%;
}

th{
	background:rgba(240 240 240 / .7);
	padding:1em 0;
	border:1px solid rgba(0 0 0 / .3);
	border-bottom-style:hidden;
	width:15%;
}

td{
	border:1px solid rgba(0 0 0 / .3);
	border-left-style:hidden;
	border-bottom-style:hidden;
	padding:10px;
}

.last th,
.last td{
	border-bottom-style:solid;
}

table td span{
	width:5em;
	padding:.1em .3em 0 .5em;
	text-align:center;
	letter-spacing:.2em;
	font-size:.9em;
	background:rgba(10 30 50 / .9);
	color:#fff;
	margin-right:1.5em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}

.btn{
	margin:0 0 2em !important;
	width:300px !important;
}


}

@media screen and (max-width:640px){

table{
	font-size:90%;
}

th{
	width:20%;
}

table td span::after{
	content:"\A";
	white-space:pre;
}

}

@media screen and (max-width:480px){
	
.btn{
	width:99% !important;
}

}