@import url(../../php/srzsd-pages/css/wireframing.css);
body {
  max-width: 720px;
  margin: 0 auto 4rem; }

@media (min-width: 641px) {
  body {
    min-width: 720px; } }
header {
  margin-bottom: 2rem; }
  header h4 {
    font-weight: normal; }

h1:before {
  content: "";
  display: block;
  width: 128px;
  height: 128px;
  margin-bottom: 1rem;
  background: url(/homescreen-icon.png) no-repeat;
  -webkit-background-size: 100% 100%;
       -o-background-size: 100%;
          background-size: 100%;
  -webkit-border-radius: 5%;
          border-radius: 5%; }
h1 + h4 {
  margin-top: -0.5rem; }

h2 {
  padding-bottom: .1em;
  margin-bottom: 1rem;
  border-bottom: 1px solid black; }
  h2 + h4 {
    margin-top: 0; }

button,
a.button {
  width: auto; }