/* Switch Styles */
.toggle {
	background:url("https://www.barsprogram.com/images/ba/kalypto-checkbox.png") bottom left;
	display:inline-block;
	/* float:left;  I put this here */
	vertical-align:middle;
	width:20px;
	height:18px;
} 
.toggle.checked {
    background-position: left top;
}
.toggleR {
    background:url("https://www.barsprogram.com/images/ba/kalypto-radio.png") bottom left;
    display:inline-block;
    width:20px;
    height:18px;
}
.kalyptoTitleMarginLeft { /* span  or p */
margin-left:3px;
vertical-align:middle;
}
.toggleR.checked {
    background-position: left top;
}