a.usm-button{
  color: white !important;
  background-color: #00909A;
  border-radius: 3px;
  padding: 8px 16px;
}

a.usm-button.small{
    padding: 5px;
    font-size: 12px;
  }

a.usm-button:hover{
  background-color: #143155;
}