body {
padding-top: 60px;
}

dd {
	margin-bottom: 25px;
}

.jumbotron {
	background-color: inherit;
  margin-top: 20px;
  margin-bottom: 100px;
}

.jumbotron h1 {
	margin-bottom:20px;
}

.jumbotron i {
	margin-top:3px;
	margin-left:3px;
}

.jumbotron .btn {
  margin-top: 1em;
}

.footer {
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid #d5d5d5;
  background-color: #e5e5e5;
}
.footer p {
    margin-bottom: 0;
    color: #555;
}

.no-link {
	color:#000000;
}

.no-link:hover {
	text-decoration: none;
	color:#000000;
	background-color: #ffc;
}
.no-link:focus {
	outline:none;
}

#map_div {
	height: 480px;
}

#map_div img { 
  max-width: none; 
}

#chart_div {
	height: 480px;
}
#control_div {
	height: 60px;
}

h4 > .btn-group {
  display:inline;
  margin-right: 10px;
  margin-left: 10px;
}



@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}


@media (max-width: 767px) {
  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}
