@import url("bootstrap.css");
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
body {padding-top:5em;}
@media (min-width: 768px) {
  .container {
    max-width: 630px;
  }
}
.header h1 {font-size:4em;color:#333;}
.glyphicon {font-size:1em;}
.list-group-item address {margin-bottom:0;}