.banner {
  background: #f6f6f6;
}

.ats-header {
  width: 900px;
}

.ats-content {
  width: 900px;
  color: darkgray;
}

.ats-footer {
  width: 900px;
}

.img-frame {
  background:transparent;
  padding:8px;
  border:1px solid #ccc;
  box-shadow:3px 3px 3px #999;
}

.active {
  background:#E3F3FF;
  color:#000;
}

.nav-link {
color: black;
}

.nav-link a:hover {
  background-color:#E3F3FF;
}

hr {
  width: 900px;
  border-top: 2px solid darkgray;
}