.box .icon.major {
  cursor: pointer;
}

.table th {
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #eee;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.login-alert {
  display: none;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 100%;
}

#footer .map {
  min-height: 400px;
}

.image-search-btn {
  line-height: 1.9em !important;
}

