
.scrtabs-tab-container * {
  box-sizing: border-box;
}

.scrtabs-tab-container {
  height: 42px;
}

.scrtabs-tab-container .tab-content {
  clear: left;
}

.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%;
}

.scrtabs-tabs-movable-container {
  position: relative;
}

.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

.scrtabs-tab-scroll-arrow {
  border-bottom: 1px solid #dddddd;
  color: #ff5a00;
  cursor: pointer;
  float: left;
  font-size: 12px;
  height: 41px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px;
}

.scrtabs-tab-scroll-arrow:hover {
  /*background-color: #eeeeee;*/
}

.scrtabs-tabs-fixed-container ul.nav-tabs {
  height: 41px;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}

.scrtabs-tab-content-outside-movable-container .nav-tabs {
  display: none;
}
