@charset "utf-8";

/* ---- NAVIGATION ---- */
nav ul li a {
	width: 30px;
	height: 45px;
	padding: 0px;
}

nav ul li a::after {
	content: " ";
}
nav ul li a span {
	display: none;
}

/* ---- MAIN ---- */
div.fourcolumns {
	-moz-column-count: 2 !important;
	-webkit-column-count: 2 !important;
	column-count: 2 !important;
}

/* ---- 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;
}