body {
  font-family: 'Segoe UI', sans-serif;
}

.md-header {
  background-color: #1e3a8a;
}

.md-button--primary {
  background-color: #1e3a8a;
  border-color: #1e3a8a;
  color: #ffffff;
}

.md-button--primary:hover {
  background-color: #16306e;
  border-color: #16306e;
}

.md-status {
  display: none !important;
}

.md-typeset img.product-img,
.product-img {
  max-width: 500px !important;
  width: 35% !important;
  display: block;
  margin: 0 auto;
  height: auto;
}

.md-typeset img[width] {
  width: auto !important;
  max-width: 60%;
  height: auto !important;
  display: block;
  margin: 1em auto;
}