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

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

/* SUPERHERO */

tr:hover {
  background-color: #5878ac !important;
}

tr:nth-child(even) {
  background: #314559
}

#map {
  height: 600px;
  width: 100%;
  color: black;
}


hr {
    border-top: 1px solid #596a7b;
}

html {
    font-size: 14px;
}

.dropdown-menu {
  z-index: 10000 !important;
}