html .viewport {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 28px;
  top: 41px;
  border: none;
}

:host {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
}

#ti_widget_vtabcontainer {
  height: calc(100% - 20px);
  left: 0px;
  top: 48px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 2px);
  padding-left: 2px;
}

#ti_widget_vtab_regs {
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 40px);
  overflow: auto;
}

#ti_widget_register_page {
  left: 0px;
  top: 66px;
  height: calc(100% - 80px);
  width: 100%;
  position: absolute;
  display: block;
}
