    body {
	    margin:0;
	    background:#ffffff;
    }
    span.on-stock {
    font-weight: bold;
    color: #22b534;
    font-size: 15.4px;
    line-height: 34px;
    float: left;
    font-family: 'Open Sans';
    }
    span.out-of-stock {
    font-weight: bold;
    color: red;
    font-size: 15.4px;
    line-height: 34px;
    float: left;
    font-family: 'Open Sans';
    }
    span i {
    font-size: 22px!important;
    float: left;
    padding-right: 10px;
    line-height: 34px!important;
}