/*Improvements, for some pages*/
.generatedRLM {
	color: #5ca20d;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    -transition: color 0.1s ease-in-out;
}

.generatedRLM:hover {
	color: #f29021;
}

.fhVergleich td.fh_cta2 .generatedRLM {
    background-image: url("../../fhVergleichManuell/images/cta_bonusbtn.png");
}
.fhVergleich td .fh_cta.generatedRLM  {
    background-image: url("../../fhVergleichManuell/images/cta_wettbtn.png");
    background-repeat: no-repeat;
    display: block;
    height: 36px;
    position: relative;
    right: 0;
    width: 144px;
}
.fhVergleich td.fh_wett .generatedRLM  {
    color: #115f83;
    font-family: OpenSans,Arial;
    font-size: 15px;
    text-decoration: none;
}


.fhVergleich td .fh_cta.generatedRLM:hover {
    background-position: 0 -36px;
}
.fhVergleich tr td .generatedRLM:hover {
    color: #333;
    text-decoration: none;
    text-shadow: none;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
