/* vim: set fileencoding=utf-8 sw=2 ts=2 et: */
body {
  padding-top: 80px;
  padding-bottom: 30px;
  /* Margin bottom by footer height */
  margin-bottom: 40px;
}
h1, h2, h3, h4 { color: #f9b51b; }
.navbar {
	min-height: 80px;
}
.navbar-nav > li > a {
  font-size: 1.2em;
  padding-top: 30px;
  line-height: 24px;
}
#logo {
	height: 80px;
	margin-top: -7px;
}
footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}
.footer .text-muted {
  margin: 10px 0;
}
html {
  position: relative;
  min-height: 100%;
}
.stats {
  width: 100%;
}
.stats .number {
  text-align: right;
}
.stats th {
  text-align: center;
}
#map_communes {
  width: 640px;
  height: 480px;
}
#map_communes .legend {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(0,0,0,0.3);
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  border-radius: 5px;
  line-height: 18px;
  color: #333;
}
#map_communes .legend span {
  width: 18px; height: 18px;
  float: left; clear: left;
  margin-right: 8px;
  opacity: 0.7;
}

