﻿@charset 'UTF-8';
.rbtnClearButton, .rbtnClearButton:hover {
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    color: #000 !important; /* optional, depending on the background */
}
.rbtnHyperlinkButton {
    border-bottom: 1px solid blue !important;
    color: blue !important;
}
