@charset "utf-8";

/* ---- HEADER ---- */
#obalogo span {
	display: none !important;
}

/* ---- NAVIGATION ---- */
nav {
	margin: 0 110px 0 110px !important;
}

nav ul li a {
	width: 30px;
	height: 45px;
	padding: 0;
}

nav ul li a::after {
	content: " ";
}
nav ul li a span {
	display: none;
}

/* ---- TITLEBAR ---- */
#titlebar h1 {
	font-size: 18px;
}

/* ---- FORMS ---- */
fieldset dl.widecentered {
	max-width: 500px !important;
	width: auto !important;
}

div.formboxcontentleft {
	clear: both !important;
	float: none !important;
	width: auto !important;
}
div.formboxcontentright {
	clear: both !important;
	float: none !important;
	width: auto !important;
}