body {
   background-color: #fff;
   font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: normal;
}

.header {
   max-width: 750px;
}

.tpg {
   font-size: 24px;
   font-weight: 800;
}

.hours {
   clear: both;      /* needed for iPhone, else centering off */
   display: table;   /* else no v space above on iPhone */
   margin: 12px 0 0 0;
}

.address {
   font-size: 18px;
   font-weight: 400;
   margin: 18px 0 0 0;
}

@media screen and (max-width: 660px) {
   .address {
      clear: both;
   }
}

.nottoowide {
   clear: both;      /* needed for iPhone, else centering off */
   margin: 20px;
   max-width: 600px;
   text-align: left;
}

.buttonpara {
    margin: 20px 0 24px 0;
}

.button {
   background-color: #1C1364;
   border: 2px solid #4AF;
   color: white;     /* text */
   padding: 5px 24px;
   cursor: pointer;  /* pointer/hand icon */
   font-size: 16px;
   font-weight: 600;
   border-radius: 4px;
   text-decoration: none;
   display: inline-block;
   margin: 6px 4px;           /* top/bottom, right/left */
   text-align: center;
}

.button:hover {
   background-color: #4AF;
}

