/* Sticky Scroll Styles */
.sticky-wrapper {
  width: 100% !important;
}
.sticky-wrapper ul {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 48px;
}
.sticky-wrapper ul li {
  float: left !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
.sticky-wrapper ul li a {
  display: block !important;
  text-align: center !important;
  padding: 10px 0 !important;
}

/* Sticky tab highlight */
.sticky-tabs li {
  margin-right: 0px !important;
  border-right: 0px !important;
}
.sticky-tab-active {
  border-bottom: none !important;
  position: relative;
  height: 48px;
  line-height: 19px;
}