.goback {
  display: none;
}

h2 {
  margin-bottom: 0 !important;
}

h2 span {
  font-weight: bold;
}

.boxes {
  overflow: hidden;
}

.boxes div {
  width: 133px;
  height: 70px;
  max-width: 100%;
  float: left;
  padding: 18px;
  margin: 8px 18px 8px 0;
  background: #f7f7f7;
  border-radius: 8px;
}

.boxes div:last-child {
  margin-right: 0;
}

.boxes div em,
.boxes div strong {
  display: block;
  text-align: center;
  font-size: 18px;
}

.boxes div em {
  font-style: normal;
  padding: 0 0 8px 0;
}

.boxes div strong {
  /*height: 55px;*/
}

.boxes div:last-child strong {
  padding-top: 10px;
}

.boxes div strong.bigger {
  font-size: 33px;
  padding: 8px 0 0 0;
}

.boxes div strong.normal {
  font-weight: normal !important;
}

.buybox {
  text-align: center;
}

.buybox a {
  display: inline-block;
  margin: 7px 18px;
  padding: 12px 28px;
  font-size: 18px;
}