#branding:before {
	content: url("../images/logo-32.png");
	margin-right: 10px;
	margin-bottom: -32px;
	vertical-align: text-bottom;
}

#tool-box {
	float: right;
}

#info-box {
	display: none;
}

#info-box td {
	padding-right: 10px;
}

.page li {
	list-style: outside none;
	float: left;
}

#submit-button {
	float: right;
	display: block;
	margin: 10px;
}

#reset-button {
	float: left;
	display: block;
	margin: 10px;
}

/* paging */
.page {
	border: solid 1px #ddd;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.page > h1, .page > h2, .page > h3, .page > h4, .page > h5, .page > h6 {
	margin-top: 0px !important;
	padding: 5px;
}

#page-navigation li {
	font-weight: 500% !important;
	font-size: 24px;
}

/* radio component */

.radio-section {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 !important;
	padding: 10px 10px 10px 0;
}

.radio-component {
	display: table-cell;
	font-size: 20px;
	padding: 0 !important;
	padding: 0 0 10px 10px !important;
}

.radio-component label {
	display: inline-block; 
	background: #cccccc; 
	border: 1px grey solid; 
	padding: 10px;
	cursor: pointer;
	margin: 0;
	width: 100%;
}

.radio-component label:hover {
	background: #aaccaa;
	transition-property: background;
	transition-duration: 1s;
}

.radio-component label:before {
	font-family: 'Glyphicons Halflings';
	content: "\e014";
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
}

.radio-component .forbidden:before {
	content: "\e090";
	color: red;
}

.radio-component input {
	display: none;
}

.radio-component input:checked + label:before {
	content: "\e013";
	color: green;
}
/* radio component END */

div.content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	min-width: 360px;
}