body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
		Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: #2f2f2f;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #2f20d1;
}

a:hover {
	text-decoration: underline;
}

.ath_container {
	max-width: 920px;
	margin: auto;
}

.ath_container table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 2px solid #d2d6dd;
}

.ath_container table th {
	padding: 1rem 0.4rem;
	text-align: left;
}

.ath_container table td {
	padding: .8rem 0.4rem;
}

.ath_container thead {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background-color: #efefef;
}

.ath_container tfoot {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.ath_container table.striped tr:nth-of-type(2n) {
	background-color: #f3f3f6;
}

.ath_container table.striped tr:hover {
	background-color: #f3f3f6;
}

.ath_container .btn {
	padding: 8px 20px;
	font-size: 1em;
	cursor: pointer;
	border-radius: 5px;
	color: #000000;
	background-color: #712cff;
	/* border-color: #ffd98e #ffbe3d #de9300; */
	border: none;
	color: #ffff;
	margin-top: 20px;
}

.ath_container .btn:hover {
	background-color: #cfdb0b;
}