/*
Theme Name: Storage Plus
Theme URI: http://www.storageplus.com.au/
Version: 1.0
Author: Web Profits
Author URI: http://www.webprofits.com.au/
*/ 
.custom-select input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
	position: absolute;
    pointer-events: none;
	left:0;
	font-family:'Glyphicons Halflings';
    margin:1px 0 0 -18px;
	top:0;
    line-height: normal;
    height: 20px;
    width: 20px;
	font-size:10px;
	content: "\e013";
    color: #76bc21;
	
}

span.fine-print{font-size:12px;display:block;line-height:normal;}