/* Vessel Tracking System — custom styles */

body {
  background-color: #f6f8fa;
}

.navbar-brand {
  font-weight: 600;
}

.card .display-6 {
  font-weight: 600;
}

#map {
  z-index: 0;
}

table td,
table th {
  vertical-align: middle;
}
