﻿.uviss-rv_primary, .uviss-rv_primary td {
    background: #009;
    color: #fff;
    font-weight: bold;
}

.uviss-rv_primary a {
	color: #fff;
	text-decoration: none;
}

.uviss-rv_secondary {
    background: #999;
    color: #fff;
    font-weight: bold;
}

.uviss-rv_tertiary {
    background: #ccc;
    font-weight: normal;
}

.uviss-rv_background {
    background: #eee;
    font-weight: normal;
}

/* MOBILE STYLES */

@media all and (max-width: 480px) {
     
#uviss-rv_mobile .uviss-rv_unitMakeOfferBtn,
#uviss-rv_mobile .uviss-rv_unitContactBtn,
#uviss-rv_mobile .uviss-rv_unitLocateBtn,
#uviss-rv_mobile .uviss-rv_unitCalculateBtn,
#uviss-rv_mobile .uviss-rv_creditAppBtn,
#uviss-rv_mobile .uviss-rv_emailFriendBtn {
    background: #009;
}
    
}