<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabsbar.quicktabs-wrapper {
  padding-bottom: 2rem;
}
.tabsbar ul.quicktabs-tabs {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 1rem;
}
.tabsbar ul.quicktabs-tabs li {
  margin-bottom: -1px;
}
.tabsbar .quicktabs-tabs &gt; li &gt; a {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  display: block;
  padding: .5rem 1rem;
}
.tabsbar .quicktabs-tabs &gt; li &gt; a:hover {

}
.tabsbar .quicktabs-tabs &gt; li.active &gt; a,
.tabsbar .quicktabs-tabs &gt; li.active &gt; a:hover,
.tabsbar .quicktabs-tabs &gt; li.active &gt; a:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.tabsbar .quicktabs-main {
  padding: 1rem;
  padding-top: 2rem;
}
</pre></body></html>