body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content img {
  max-width: 100%;
  height: auto;
}

/* Price page styles */
@media (max-width: 478px) {
  .price-table {
    font-size: 12px !important;
  }
}
