.tabsbar.quicktabs-wrapper {
  padding-bottom: 2rem;
}
.tabsbar ul.quicktabs-tabs {
  border-bottom: 1px solid #da805f;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabsbar .quicktabs-tabs > li > a {
  display: block;
  padding: .5rem 1rem;
}
.tabsbar .quicktabs-tabs > li > a:hover {

}
.tabsbar .quicktabs-tabs > li.active > a,
.tabsbar .quicktabs-tabs > li.active > a:hover,
.tabsbar .quicktabs-tabs > li.active > a:focus {
  color: #ebe9d9;
  background-color: #da805f;
}
