.special-initiatives.safety-management {
  background: linear-gradient(to right,#004A6B 0%,#007BB3 100%);
  padding: 10px;
  margin-bottom: 25px;
}

.special-initiatives.safety-management .banner-title {
  font-size: 385%;
  font-weight: bold;
  margin: 15px 1em;
  line-height: 1em;
  position: relative;
  display: block;
  color: #fff;
}

.special-initiatives .banner-title > a:visited, .special-initiatives .banner-title a {
  color: #fff;
}

.special-initiatives .banner-title > a:hover {
  text-decoration: none;
  color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: none !important;
}

.table-striped > tbody > tr > td:first-child {
  padding: 8px 0;
}

.table-hover > tbody > tr:hover {
  background: none !important;
}

fieldset > legend {
  border: none;
}