h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

@media print {
  a[href]:after {
    content: none;
  }
}

.breadcrumb > li + li:before {
	color: #ccc;
	content: "» ";
	padding: 0 5px;
}

.footer {
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  padding: 3rem;
  margin-top: 2rem;
}

.footer ul {
  padding-left: 0;
}

.footer li {
  display: inline-block;
}

.footer li+li {
  margin-left: 1rem;
}

.container .row a {
  text-decoration: underline
}

/* Special rules for tables */
table.table tr.head td {
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em
}
table.table tr.even {
  background: #333333;
}
table.table tr.first td {
  padding-bottom: 2px;
}
table.table tr.second td {
  padding-top: 2px;
  border-top: none;
}

/* Map colors */
.leaflet-pane {
  color: #000;
}
.leaflet-container .leaflet-control-container a {
  text-decoration: none;
}
