/*#returning:before, div.review .btn-primary:before, #breakdown_body .btn-primary:before {
    display:none !important;
}




#returning:after, div.review .btn-primary:after, #breakdown_body .btn-primary:after {
    display: inline-block !imprtant;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    margin-left: 10px;
    font-size: 18px;
} */

#returning:before,
div.review .btn-primary:first-of-type:before,
#breakdown_body .btn-primary:first-of-type:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101"; 
    margin-right: 4px; 
    font-size: 18px;
}

#returning:after,
div.review .btn-primary:last-of-type:after,
#breakdown_body .btn-primary:last-of-type:after {
	display:none;
   /* display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101"; 
    margin-left: 10px; 
    font-size: 18px; */
}