body {
	background: #111111;
	color: #EEEEEE;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, Arial;
}

button, input[type="submit"] {
	background-color: #2299FF;
	color: #EEEEEE;
}

button:hover, input[type="submit"]:hover {
	background-color: #44BBFF;
}

input {
	line-height: 16px;
	border: none;
	padding: 5px 8px;
	outline: none;
	background: #222222;
	color: #EEEEEE;
	transition: background 0.15s;
}

input:focus {
	transition: background 0.25s;
	background: #EEEEEE;
	color: #000000;
}

table {
	border: none;
	border-collapse: collapse;
}

td {
	padding: 0px;
}

.i_ {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 75%;
}

.warning {
	background-color: #8E180F;
	color: #FFFFFF;
	position: fixed;
	left: 0px;
	top: 0px;
	width: calc(100% - 20px);
	text-align: center;
	margin: 0px;
	padding: 10px;
}