#zipmap, #TimeSeriesMap {
  width: 820px;
  height: 600px;
  background-color: gray;
}

.emailbutton {
  height: 48px;
}

.bg {
  background: url('../data/bg.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 720px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron {
  width: 100%;
  height: 720px;
  padding-top: 268px;
  padding-left: 175px;
  color: white;
  text-shadow: #444 0 5px 5px;
  background: transparent;
}

.googlefont1 {
  font-family: 'Righteous', cursive;
}

.col-md-3 {
  padding-left: 60px;
  position: center;
  font-size: 16;
}

.col-md-12 {
  padding-left: 35px;
}

#info {
  background: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  font: bold, 10px;
  position: relative;
  top: -475px;
  width: auto;
  display: inline;
  margin-left: 310px;
}

#courseImg {
  height: 420px;
  width: 840px;
}

div.cartodb-timeslider .slider-wrapper {
width: 282px;
}

svg {
    display: block;
}

#picImg {
  height: 400px;
  width: 800px;
}

.cartodb-logo {
  opacity: 0;
}

.dc-chart g.row text {
  fill: black;
}

#openCloseTime-chart .x.axis text {
    text-anchor: end !important;
    transform: rotate(-45deg);
}


