* {
	box-sizing: border-box;
}
body {
	background-color: black;
	min-width: 420px;
	color: white;
	margin: 0;
	padding: 0;
	height: 100%;
}
#status{
	width:100%;
	text-align:center;
	padding-top:48vh;
}
#logo {
	margin: 48px 40px 48px 48px;
}
#logo, #banner {
	vertical-align: middle;
}
#wrapper {
	/* height: calc(100% - 197px); */
	padding: 0 40px 40px 40px;
	overflow: hidden;
}
#wrapper-table {
	width: 100%;
	height: 100%;
}
#faction-table {
	width: 100%;
}
ul {
	list-style-type: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
}
#faction-select {
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	background: transparent;
	border: none;
	width: 100%;
	color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(images/dropdown.png) no-repeat right;
}
#faction-select option {
	color: black;
}
tr td {
	font-family: "Roboto Condensed", Arial;
	font-weight: bold;
	font-size: 24px;
}
tr th {
	font-family: "Roboto Condensed", Arial;
	font-weight: 900;
	font-size: 30px;
	font-style: italic;
	padding-bottom: 5px;
}
th:nth-of-type(1) {
	width: 55%;
	padding-left: 2%;
	text-align: left;
}
th:nth-of-type(2) {
	width: 20%;
	text-align: center;
}
th:nth-of-type(3) {
	width: 20%;
	padding-right: 2%;
	text-align: center;
}
td:nth-of-type(1) {
	width: 50.85%;
	padding-left: 3%;
}
td:nth-of-type(2) {
	width: 18.2%;
	text-align: center;
}
td:nth-of-type(3) {
	width: 20%;
	padding-right: 2%;
	text-align: center;
}
#last-update {
	padding: 0 40px 0 40px;
	text-align: right;
}