.rvbutton {
    background-color: #C2C2C2;
    border: 1px solid #ffffff;
    display: inline-block;
    color: #303030;
    font-size: 100% font-family: inherit;
    text-decoration: none;
}

.rvbutton:hover {
    background-color: #C2C2C2;
}

.rvbutton:active {
    position: relative;
    top: 1px;
}

.responsivevoice-button {
    color: #333333;
    font-size: 12px;
    text-transform: capitalize;
    border: none;
    margin-left: 15px;
    margin-top: 3px;
    margin-bottom: 8px;
    padding-left: 19px;
    padding-top: 5px;
    width: calc(100% - 19px);
    text-align: left;
    background: #ffffff url(../images/volume.png) center left no-repeat;
}

.responsivevoice-button:hover {
    text-decoration: underline;
    cursor: pointer;
}