@charset "UTF-8";

#Results {
margin-top: 10px;
margin-left: -12px;
}
/* moves the outer wrapper */
.Compact_Default {
padding: 0px;
}
/* moves all form elements inside the wrapper */
#Search_Compact_Default {
margin-left: -20px;
}
/* moves the form search categories only */
.SearchTable {
	margin-left: -30px;
}
/* moves the Search categories and Keyword/Textfield */
.formGroup {
margin-left: 30px;
}
.tableText {
	font-weight: 100;
	font-family: 'Roboto Condensed';
}
.text {
	font-size: 22px;
	font-weight: 100;
	font-family: 'Roboto Condensed';
	text-align:justify;
}
.ViewButton {
	background-color: #ff0000;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	font-weight: 900;
}
.headline {
	font-size: 50px;
	font-weight: 900px;
	font-family: 'Roboto Condensed';
}
.fullColumnGroup {
	margin-left: -30px;
}
.headline {
	padding-top: 25px;
}
.WADANoResultsMessage {
	padding-top: 23px;
}
#Results_Compact_Default {
	width: 100%;
	margin: 0px;
	padding: 0px;

}