nav.breadcrumb {
  padding: 10px 0;
  font-size: 12px;
  background: #fff;
  margin-top: 30px;
}

nav.breadcrumb em,
nav.breadcrumb a {
  padding: 0 15px;
  font-size: 14px;
  font-style: normal;
}

nav.breadcrumb a:hover {
  color: #191970;
}

nav.breadcrumb a {
  padding-left: 0;
}

.team_area {
  margin: 0 auto;
  padding: 0;
  max-width: 960px;
  padding-bottom: 120px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.team_container h2 {
  margin: 50px 0 40px;
  width: auto;
  color: #000000;
  font-size: 28px;
  line-height: 30px;
}

.team_table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  font-size: 16px;
}

.team_table table th {
  padding: 18px;
  text-align: center;
  font-weight: normal;
}

.team_table table tr:nth-child(odd) {
  background: #f5f5f5;
}

.team_table table tbody th,
.team_table table tbody td {
  padding: 18px;
  line-height: 1.4;
  color: #333;
}

.team_table table tr:nth-child(even) {
  background: #ffffff;
}

.team_table table thead tr {
  background: #707070 !important;
  color: #ffffff;
}

/* H5 */
@media (max-width: 768px) {
  .team_area {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    padding-bottom: 120px;
  }
}
