.rbtn
{
    /* 6.30.25 - center for check availability and longer text */
    display: inline-block !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 1.7em !important;
    font-size: 1em !important;    
    padding: 10px 60px 10px 60px !important;
    min-width: 200px !important;
    height: auto !important;
    border: none !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.1666em !important;
    font-weight: normal !important;
    color: #ffffff !important;
    background: #900 !important;
    margin-top: 5px 0 5px 0 !important;
    /* box-shadow: 0px 2px 10px 0px #808080; */
}

a.rbtn
{
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: bold !important;
}

a.rbtn:visited {
    text-decoration: none !important;
}

/* bg color changed to blk 10.6.25 */
.rbtn:hover 
{
    text-decoration: none !important;    
    background: #222 !important;
    color: #fff !important; 
}