.hide
{
	display: none !important;
}

.question-label-wrapper br {
	display: none;
}

.red
{
	color: #F00;
}

#formPageNav a.active
{
	font-weight: bold;
}

/* Remove checkbox/radio and use border to indicate selection */
.radio-image-table td,
.checkbox-image-table td {
	vertical-align: top;
}

label.cbx-img,
label.cbx-img
{
	display: inline-block;
	position: relative;
	padding: 10px 10px 0 10px;
	text-align: center;
}

.question-label-wrapper {
	display: inline-block;
}

label.cbx-img input {
	display: none;
}

label.cbx-img img {
	max-height: 200px;
}

.checkbox_img_layer {
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	border: 2px solid rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

label.cbx-img input:checked ~ .checkbox_img_layer,
label.cbx-img:hover input:checked ~ .checkbox_img_layer,
label.cbx-img:hover input:not([disabled]) ~ .checkbox_img_layer
{
	border-color: #ff0000;
	cursor: pointer;
}

.checkbox-image-name {
    text-align: center;
	line-height: 2em;
}

.wrap-question input[type=radio]:not(:checked) ~ input.other,
.wrap-question input[type=checkbox]:not(:checked) ~ input.other {
	display: none;
}