@CHARSET "UTF-8";

.s_vouchers{
	border: none;
	padding: 15px;
    margin-bottom: 15px;
    padding-left: 50px;
	border-left: solid 3px #92d097;
	background-color: #ddf0de;
	position: relative;
}

.s_vouchers:BEFORE {
	position: absolute;
    top: 6px;
    display: block;
    height: 25px;
    width: 25px;
    color: #92d097;
    left: 7px;
    font:normal normal normal 32px/1.2 FontAwesome;
    content: "\f0d6";
}

.reff_way i{
	padding-right: 6px;
}