/*Improvements, for some pages*/

.generatedRLM {
    color: #2fac66;
    text-decoration: none;
}

.generatedRLM:hover {
	color: #41ce7f;
}

.fhVergleich td td .generatedRLM  {
    color: #5b5b5b;
    font-family: Source Sans Pro,Arial;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-shadow: none;
}

.fhVergleich td .fh_jobcta.generatedRLM , td .fh_cta.generatedRLM {
    background-image: url("../../fhVergleichManuell/images/cta.png");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    position: relative;
    right: -3px;
    width: 150px;
}

.fhVergleich td .fh_jobcta.generatedRLM:hover, td .fh_cta.generatedRLM:hover {
    background-position: 0 -29px;
}

