/* Switch Styles */

.toggle {
	background:url("../img/checkbox.svg") no-repeat bottom left;
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-right:10px;
}

.toggle.checked {
	background-position: left top;
}

input[disabled="disabled"]+a {
	background:url("../img/checkbox-greyed-out.svg") no-repeat top left;
	cursor:default;
}

.toggleR {
	background:url("../img/radio.svg") no-repeat bottom left;
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-right:10px;
}

.toggleR.checked {
	background-position: left top;
}

.toggle  + .check,
.toggleR  + .check {
	position:relative;
	top:3px;
	height:20px;
	line-height:14px;
	display:block;
	float:left;
}

.check {
	margin-bottom:14px;
}

.check:last-of-type {
	margin-bottom:0;
	/*background:red;*/
}

.scrollable2 .check {
	width:90%;
}
