/*
Restore some things Bootstrap changed
*/

body {
	background-color: #b9af68;
}

a:visited {
	color: #551a8b;
}

nav a:hover {
	background-color: #ccc;
}

/* Bootstrap correction */
.form-control {
	width: auto;
	display: inline;
}
