@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 720px) {
#marathon table {
	width:80%;
}
}

@media screen and (max-width: 719px) {
	#marathon table {
	width:100%;
}
}
	
#marathon table {
	border-top:2px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

#marathon th {
	text-align:center;
	padding:5px;
	background-color:#CCCCCC;
	border-bottom:3px double #333 !important;
}

#marathon td {
	padding:5px;
}

#marathon tr:nth-child(2n-1) {
	background-color:#EFEFEF;
}

#marathon td,#marathon th {
	width:25%;
	border-bottom:1px solid #333;
	text-align:center;
}

.backtotop {
	padding:20px 0 10px;
}