html {
	background: #171717;
	color: white;
	font-family: Sans-Serif;
	font-size: 16px;
}

.card {
	background: #282828;
	box-shadow: 1px 1px 7px 1px #111;
	padding: 10px;
}

div.spinner {
	display: inline-block;
	width: 64px;
	height: 64px;
	background-image: url("/assets/loading.gif");
	background-size: cover;
}

button {
	background: #111;
	border: none;
	color: white;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
} 

button:hover {
	background: #181818;
}

button:disabled {
	background: #555 !important;
}

button.action-btn {
	background: #04aa6d;
}

button.action-btn:hover {
	background: #027b4f;
}
