/* CSS Document */
.btn--orange,
a.btn--orange {
	color: #fff;
	background-color: #eb6100;
	padding: 10px 30px;
}
.btn--orange:hover,
a.btn--orange:hover {
	color: #fff;
	background: #f56500;
}

a.btn-border {
	border: 2px solid #000;
	border-radius: 0;
	background: #fff;
	padding: 10px 30px;
	border-bottom: none;
}

a.btn-border:hover {
	color: #000;
	background: #FF0;
}
#MonthList ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#WinnerList h2 {
	color: rgba(250,255,0,1.00);
	border-bottom: 1px solid rgba(250,255,0,1.00);
	font-size: 2.8rem;
}

#WinnerList h3 {
	font-size: 2.4rem;
}

#WinnerList div {
	margin-top: 2em;
}

#WinnerList table {
	font-size: 1.8rem;
	width:100%;
	table-layout: auto;
}

#WinnerList table th, 
#WinnerList table td {
	border: 1px solid rgba(255,255,255,1.00);
	padding: 5px;
	text-align: center;
	width:auto;
}
