
.resp-headings { display: none; }

.resp-contents { margin: 0.6em 0 0 0.5em; }
 @media (max-width: 480px) {

.resp-tablist { display: none; }

.resp-tabDrop {
  display: block;
  width: 100%;
  height: 35px;
  font-size: 1.2em;
  margin: 1em 0 0 0;
}
}
@media (min-width: 481px) {

.resp-tabDrop { display: none; }

.resp-tablist {
  display: block;
  font-size: 1.2em;
  margin: 2em 0 0 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 11px;
  line-height: 1em;
}

.resp-tablistItem {
  display: inline;
  cursor: pointer;
  background: #eee;
  padding: 10px 20px;
  border: 1px solid #ddd;
  margin-right: 0.1em;
}

.resp-tablistItem__active {
  background: #fff;
  border-bottom-color: #fff;
}
}
