.button, .smallbutton {
    background-color: #892034;
    padding: 5px;
    text-decoration: none;
    color: #fff!important;
    border: 2px solid #fff;
    border-radius: 10px;
    min-width: 5em;
    margin: 0;
    font-size: .9em;
    line-height: .9em;
    font-weight: bold;
}
.smallbutton {
    padding: 1px 5px;
}