.btn-rm {
    color: #ffffff;
    background-color: #E94E1B;
    border-color: #E94E1B;
}

.btn-rm:hover,
.btn-rm:focus,
.btn-rm:active,
.btn-rm.active,
.open .dropdown-toggle.btn-rm {
    color: #ffffff;
    background-color: #D64617;
    border-color: #E94E1B;
}

.btn-rm:active,
.btn-rm.active,
.open .dropdown-toggle.btn-rm {
    background-image: none;
}

.btn-rm.disabled,
.btn-rm[disabled],
fieldset[disabled] .btn-rm,
.btn-rm.disabled:hover,
.btn-rm[disabled]:hover,
fieldset[disabled] .btn-rm:hover,
.btn-rm.disabled:focus,
.btn-rm[disabled]:focus,
fieldset[disabled] .btn-rm:focus,
.btn-rm.disabled:active,
.btn-rm[disabled]:active,
fieldset[disabled] .btn-rm:active,
.btn-rm.disabled.active,
.btn-rm[disabled].active,
fieldset[disabled] .btn-rm.active {
    background-color: #E94E1B;
    border-color: #E94E1B;
}

.btn-rm .badge {
    color: #E94E1B;
    background-color: #ffffff;
}

a{
    color: #E94E1B;
}
a:hover{
    color: #D64617;
}