
h2 {
	text-align: center;
	color: white;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 4vw;
	margin-top: 5px;
}

li {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	/* text-align: center; */
}

ul {
	/* text-decoration: none;
	display: block;
	margin: 0 auto; */
	text-align: center;
}

#eliminator {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	display: block;
	margin: 0 auto;
	width: 95%;
	border-radius: 20px;
	/* background-image: url("../images/chalk.jpeg"); */
	box-shadow: inset 0 0 15px 0 black;
}

th:first-of-type {
	text-align: right;
	padding-right: 1%;
	font-size: 1.5em;
}

th:nth-of-type(2) {
	text-align: left;
	padding-left: 1%;
	font-size: 1.5em;
}



.red {
	color: red;
}

.yellow {
	color: yellow;
}

.eliminated {
	color: red;
}

#myTable {
	margin: 0 auto;
	background-image: url("../images/chalk.jpeg");
	color: white;
	border-radius: 20px;
	font-size: 2vw;
	width: 70%;
	text-align: center;
}

thead.tr:first-of-type {
	text-align: right;
}

thead.tr:nth-of-type(2) {
	text-align: left;
}

td:first-of-type {
	text-align: right;
	width: 45%;
	padding-right: 2.5%;
}

td:nth-of-type(2) {
	text-align: left;
	width: 45%;
	padding-left: 2.5%
}

