body {
  padding-top: 70px;
  /* Account for fixed bar */
}
#countdown {
  margin-top: 10px;
  margin-right: 10px;
}
.container {
  max-width: 900px;
}
.jumbotron h1 {
  vertical-align: top;
  margin-top: 0;
}
.jumbotron h1,
.jumbotron h2 {
  width: 100%;
  text-align: left;
}
.jumbotron .jumbotron-logo {
  height: auto;
  width: 100px;
}
.jumbotron p {
  margin-top: 25px;
}
.t-shirt-preview {
  overflow: hidden;
}
#map_canvas {
  width: 450px;
  height: 400px;
  background-color: #CCC;
}
.calendar-box {
  float: left;
  height: 150px;
  width: 140px;
  margin: 0 1px 20px 1px;
  border-radius: 0;
}
.calendar-box .panel-heading {
  border-radius: 0;
}
.calendar-box .lunch,
.calendar-box .dinner {
  height: 50px;
}
#entertainment-tab .panel-heading {
  font-weight: bold;
}
select.form-control {
  padding: 5px;
}
.form-group {
  margin-bottom: 10px;
}
.rsvp-form-submit-div {
  text-align: center;
  margin-top: 10px;
}
