body {
	background-color: #0e3344;
}

button {
	background-color: #0e3344;
	color: #21E0AF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 20px 0 20px;
	box-shadow: none;
}

button:hover {
	background-color: #21E0AF;
	color: #0e3344;
}

button:disabled {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.1);
}

button#prev {
	background-color: rgba(255, 255, 255, 0.1);
	color: #21E0AF;
}

button#prev:hover {
	background-color: #21E0AF;
	color: #0e3344;
}

input {
	background: rgba(16, 48, 63, 0.096);
}

h1 {
	color: #0e3344;
}

.description {
	font-size: 13px;
	font-weight: bold;
}

.description small {
	font-size: 11px;
	font-weight: lighter;
}