a.wpbuzzer_button {
    display: inline-block;
    background-repeat: no-repeat; 
    font-weight: bold;
    text-decoration: none;
    color: white;
    margin: 0 5px 0 5px;
}

.wpbuzzer_big {
    padding-top: 8px;
    font-size: 12pt;
    text-align: center;
}
.wpbuzzer_small {
    padding-left: 15px;
    font-size: 8pt;
    text-align: left;
}

a.wpbuzzer_button:hover {
   text-decoration: underline;
   color: white;
}

