.md-footer {
  background-color: #D3D3D3;
}

.hidden {
  display: none !important;
}

h3 {
  font-size: 0.5em;
}

.bold {
  font-weight: bold;
}

.button {
  background: #dd3333;
  padding: 7px 14px;
  color: #ffffff !important;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

