button{
  padding: 10px;
  font-weight: bold;
  /*color: #747b82;
  background-color: #f8f8f8;
  border: 2px solid #d0d0d0; */
    color: #fff !important;
    background-color: #3e8dd0 !important;
    border-radius: 50px;
}
 /* button:hover{
  border-color: #2199e8;
  color: #2199e8;
  transition: border 0.15s ease-in, color 0.15s ease-in;
}
button.button-on{
  border-color: #2199e8;
  color: #2199e8;
} */
.switch.tiny{
  margin-bottom:0px;
}