#etf_tabs {
  position: relative;
  height: 30px;
  overflow: hidden;
}
#etf_tabs ul {
  position: absolute;
  left: 0;
  width: max-content;
  padding: 0 20px;
}
#etf_tabs ul li.linklab {
  font-size: 16px !important;
  padding: 0 10px !important;
}
#etf_tabs #eft_left {
  position: absolute;
  left: 0px;
  top: 10px;
  background: #fff;
  z-index: 1;
  border: 1px solid #bbd4e8;
  background: aliceblue;
}
#etf_tabs #eft_right {
  position: absolute;
  right: 0px;
  background: #fff;
  z-index: 1;
  top: 10px;
  border: 1px solid #bbd4e8;
  background: aliceblue;
}
