/* This stylesheet contains style information common to both logged-in users and the login page */

body {
	background-color: #6B4A97;
}

a,
a:hover,
a:visited {
	color: #C3D75F;
}

.hidden {
	display: none;
}

button {
	border: thin solid #4C3900;
	background-color: #9C7B1A;
	border-radius: 8px;
	margin: 4px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	box-shadow: 6px 6px 22px #4C3900;
}

button:hover {
	background-color: #DFC063;
}

button:disabled {
	background-color: darkgray;
	border: thin solid dimgray;
}
