body {
  overflow-x: hidden;
}
.kicker {
  font-family: 'ArthouseBold', sans-serif;
  font-size: .6875rem;
  text-transform: uppercase;
  color: #767676;
  margin-top: 5px;
  margin-bottom: 3px;
}

.name {
  font-family: 'ArthouseBold', sans-serif;
  font-size: 1.0625rem;
  margin-top: 5px;
  margin-bottom: 0px;
}

.desc {
  font-family: 'ArthouseRegular', sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

@media (max-width: 600px) {
    .th {
      float: left;
      margin-right: 5px;
    }
    .desc {
      display: none;
    }
    .person {
      border-bottom: 1px dotted #CCC;
      height: 58px;
    }
    .kicker {
      margin-bottom: -5px;
    }
    .name {
      margin-top: 5px;
    }
}
