.button {
  display: inline-block;
  padding-top: 7px;
  padding-right: 22px;
  padding-bottom: 7px;
  padding-left: 22px;
  background-color: #0099ff;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
  line-height: 1.5em;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 20px;
}

.fancybox{
}

@media screen and (min-width: 420px) {
  .table--vertical td, .table--vertical th {
    width: auto;
    display: table-cell;
  }
}