
* {
  font-family: 'Helvetica Neue', arial, helvetica, sans-serif;

}
.button, .big_button {
  font-weight: bold;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  border-radius: 4px;
}
.button {
  font-size: 11px;
}
.big_button {
  font-size: 14px;
}

