/*Improvements, for some pages*/
.generatedRLM {
    color: #fb7203;
}


.priced_block .btn_offer_block.generatedRLM::after {
    border-color: transparent transparent transparent #fb7203;
    border-style: solid none solid solid;
    border-width: 15px 0 15px 7px;
}

.top_rating_item .priced_block .btn_offer_block.generatedRLM::after {
    border-width: 20px 0 17px 8px;
}

.priced_block .btn_offer_block.generatedRLM::after {
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
}
.top_rating_item .priced_block .btn_offer_block.generatedRLM  {
    display: block;
    float: none;
    font-size: 20px;
    margin: 0 auto;
    padding: 10px 2px 11px 8px;
    width: 120px;
}
.priced_block .btn_offer_block.generatedRLM  {
    background-color: #fb7203;
    box-shadow: 0 2px 2px #b35000;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #444;
}
.priced_block .btn_offer_block.generatedRLM  {
    color: #ffffff !important;
    float: left;
    font: 700 17px/15px "Open Sans Condensed",trebuchet ms;
    padding: 7px 8px 8px;
    position: relative;
    text-transform: uppercase;
}

.priced_block .btn_offer_block.generatedRLM:hover {
    background: #f99800 none repeat scroll 0 0;
    text-decoration: none;
}
.priced_block .btn_offer_block.generatedRLM:hover::after {
    border-left: 7px solid #f99800;
}



/*buttons*/
div.sc-providerbox-wrapper .button.generatedRLM,
.sc_provicerbox_button.standalone.generatedRLM{
	display: block;
    position: relative;
    margin: 10px;
    padding: 7px 0 7px 0;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    background-color: #5DB349;
    /*background-color: #ff3d0d;
    border-top: 1px solid #ffab96;
    border-right: 1px solid #c72d10;
    border-bottom: 1px solid #a61500;
    border-left: 1px solid #ff5e36;*/
}

div.sc-providerbox-wrapper .button.generatedRLM:hover, 
.sc_provicerbox_button.standalone:hover{	
	background-color: #448235;
	/*background-color: #cc0000;*/
}

div.sc-providerbox-wrapper .button.generatedRLM:after {
    content: " ";
    display: block;
    width: 24px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: -16px;
    pointer-events: none;
    background: transparent url("../../sc-providerbox/assets/img/sc-providerbox-scissors.png") no-repeat;
}

div.widget div.summary .button.generatedRLM {
    background: transparent url("../../../themes/rehub/images-custom/dbc-widget-button-01_gruen.png") no-repeat scroll 0 0;
    clear: both;
    display: block;
    height: 35px;
    width: 230px;
}

div.widget div.summary .button.generatedRLM:HOVER {
    background-position: 0 -35px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
