.wrap {
	max-width: 1050px;
}
.version {
    font-weight: 200;
}
.form-table td p.description,
.inline-helper,
label.small-italic {
    font-size: 12px;
}

table.form-table {
	display:none;
}

table.form-table.nav-tab-active {
	display: initial;
}

.cnb-url a {
	text-decoration: none;
	font-weight: 200;
	font-size: 28px;
	color: black;
}
.cnb-center {
	text-align: center;
}
#settings {
	display: none;
}
.cnb-container input[type="radio"] + label {
    font-weight: 300;
}
.cnb-container input[type="radio"]:checked + label,
.cnb-container input[type="checkbox"]:checked + label {
    font-weight: bold;
}
.radio-item {
    margin: 10px 0;
}
.cnb-extra-placement {
	display: none;
}
.cnb-extra-placement.cnb-extra-active {
	display: block;
}
.check-settings,
.cnb-switch-back {
	color: #0073aa;
	text-decoration: underline;
	cursor: pointer;
}
.red-background {
	background-color: #ffdbdb !important;
}
#cnb_slider_value,
#cnb_order_value {
	font-weight: normal;
}
input[type='range'] {
    position: relative;
    top: 8px;
}
@-moz-document url-prefix() {
	input[type='range'] {
	    top: 12px;
	}
}
.cnb_slider_value {
	font-weight: normal;
}

@media screen and (min-width: 960px) {
	.radio-item {
	    margin: 5px 0;
	}
}
.nounderscore {
	text-decoration: none;
}