<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bootstrap-tabs .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-tabs .nav &gt; li {
  position: relative;
  display: block;
}
.bootstrap-tabs .nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap-tabs .nav &gt; li &gt; a:hover,
.bootstrap-tabs .nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eee;
}
.bootstrap-tabs .nav &gt; li.disabled &gt; a {
  color: #777;
}
.bootstrap-tabs .nav &gt; li.disabled &gt; a:hover,
.bootstrap-tabs .nav &gt; li.disabled &gt; a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.bootstrap-tabs .nav .open &gt; a,
.bootstrap-tabs .nav .open &gt; a:hover,
.bootstrap-tabs .nav .open &gt; a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.bootstrap-tabs .nav .bootstrap-tabs .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-tabs .nav &gt; li &gt; a &gt; img {
  max-width: none;
}

.bootstrap-tabs .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap-tabs .nav-tabs:after {
  content: ' ';
  display: table;
  clear: both;
}
.bootstrap-tabs .nav-tabs &gt; li {
  float: left;
  position: relative;
  margin-bottom: -1px;
}
.bootstrap-tabs .nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
}
.bootstrap-tabs .nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
}
.bootstrap-tabs .nav-tabs &gt; li.active {
  background-color: #fff;
}
.bootstrap-tabs .nav-tabs &gt; li.active &gt; a,
.bootstrap-tabs .nav-tabs &gt; li.active &gt; a:hover,
.bootstrap-tabs .nav-tabs &gt; li.active &gt; a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tab-content {
  clear: both;
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
  border: 1px solid #ddd;
  border-top-width: 0;
}
.tab-content &gt; .active &gt; .tab-pane-content {
  min-height: 30px;
}
</pre></body></html>