html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 80px;
  margin-bottom: 80px;
}

.navbar-logo {
  margin-right: 16px;
}

.text-header {
  margin-top: 40px;
  font-size: 25px;
}

.text-header-first {
  margin-top: 0;
}

.row-values .well {
  padding: 0 0 10px 0 !important;
}

.row-values .well p {
  margin-top: 20px;
}

.row-values .well .value {
  font-size: 30px;
  color: #337ab7;
}

.charts > div {
  overflow: hidden;
  min-height: 300px;
}

.date-change span:hover {
  color: #337ab7;
  cursor: pointer;
}

.date-panel {
  display: none;
  margin: 0 auto 20px auto;
  width: 220px;
  text-align: center;
}

.date-input {
  text-align: center;
}

.carousel-caption {
  padding-bottom: 0;
}

.speed-format {
	width: 84px;
	display: inline;
}

.copyright {
  margin-top: 24px;	
}

.footer {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: 61px;
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7
}

.footer p {
    margin: 20px 0
}

.footer .footer-left {
    margin-left: 40px
}

.footer .partner img {
    height: 30px;
    margin: 15px 0 0 10px
}

.clear {
  clear: both;	
}

.legend {
  margin-top: 14px;
}

.station-select a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.station-select:hover {
  text-decoration: none;
  opacity: 0.8;
}
