body {
	color: white;
}

h1 {
	color: #b93e3f;
}

nav {
	margin-right: 448px;
	height: auto;
}

nav ul {
	height: auto;
}

nav ul li.selected {
	background-color: #b93e3f;
}

div#main {
	min-height: calc(100% - 200px);
	padding: 20px;
}

#content {
	margin-right: 0px;
}

table.data th {
	background-color: #b93e3f;
	color: white;
}

div.box {
	border-top: solid 5px #b93e3f;
	border-radius: 0px;
}

div.box div.title h5 {
	color: #b93e3f;
}

a.action, input.action {
	background-color: #b93e3f;
}

fieldset {
	background-color: rgba(0, 0, 0, 0.5);
}

table.form > tbody > tr > td > label {
	min-width: 120px;
	display: inline-block;
}

ul.horizontal {
	list-style-type: none;
}

ul.horizontal li {
	float: left;
	margin-right: 10px;
}

div.logocontainer {
	width: 176px;
	height: 80px; 
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 10px;
}

a#mainlogo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	height: 80px;
	position: relative;
	z-index: 1;
}

div.addlogocontainer {
	width: 176px;
	height: 80px; 
	position: absolute;
	right: 236px;
	top: 20px;
	padding: 10px;
	background-color: white;
}

a.addlogo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	height: 80px;
	position: relative;
	z-index: 1;
}

