/* Button styles */

.vButton {
    font-weight: bolder;
    border-radius: 25px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vShower {
    border-style: solid;
    border-width: 1px;
    background-color: #00000000;
    border-radius: 25px;
    line-height: 40px;
    text-align: center;
}
.v {
    border-radius: 25px;
    line-height: 40px;
    text-align: center;
}