.vehicle_view .table {
  width: 100%;
  max-width: 700px;
}

.vehicle_view .table tbody.captain > tr:first-child {
  background-color: transparent;
}

.vehicle_view .no-team-members {
  font-style: italic;
}

md-icon.indemnity-warn {
  color: #ffa500;
}

.edit-safety form {
    padding-top: 10px;
}

.edit-safety form .md-button {
    float: right;
}

.safety-ok {
    color: #4AA02C;
}

.safety-not-ok {
    color: #ed6a43;
    font-weight: bold;
}

.view section.safety-row {
    padding: 0;
}

.part {
  font-weight: bold;
  background: grey;
  color: white;
  padding: 1px 5px;
  border-radius: 4px;
}