.tab_wrapper {
  margin: 10px 0 50px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.tab_wrapper>ul {
  clear: both;
  display: inline-block;
  width: 100%;
}

.tab_wrapper>ul li {
  float: left;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 18px;
  position: relative;
  margin: 0 5px 0 0;
  font-weight: normal;
}

.tab_wrapper>ul li.active {
  border-color: #49a4d9;
  color: #49a4d9;
}

.tab_wrapper>ul li.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  left: 0;
  background: #49a4d9;
  width: 100%;
}

.tab_wrapper .controller {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}

.tab_wrapper .controller span {
  padding: 8px 22px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.tab_wrapper .controller span.next {
  float: right;
  margin-left: 10px;
}

.tab_wrapper .content_wrapper {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.tab_wrapper .content_wrapper .tab_content {
  display: none;
  padding: 25px;
  background: #fff;
  min-height: 600px;
}

.tab_wrapper .content_wrapper .accordian_header {
  display: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.tab_wrapper .content_wrapper .accordian_header.active:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
}

.tab_wrapper .content_wrapper .accordian_header .arrow {
  float: right;

}

.tab_wrapper .content_wrapper .accordian_header.active .arrow {
  transform: rotate(180deg);
  margin-top: 5px;
}

.tab_wrapper.left_side>ul {
  width: 25%;
  float: left;
}

.tab_wrapper.left_side>ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
}

.tab_wrapper.left_side>ul li:after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}

.tab_wrapper.left_side>ul li.active:after {
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
}

.tab_wrapper.left_side>ul li.active:before {
  right: -1px;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}

.tab_wrapper.left_side .content_wrapper {
  width: 75%;
  float: left;
}

.tab_wrapper.left_side .controller {
  top: -50px;
}

.tab_wrapper.right_side>ul {
  width: 25%;
  float: left;
  padding-left: 0;
}

.tab_wrapper.right_side>ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px 12px 0;
}

.tab_wrapper.right_side>ul li:after {
  right: 0;
  left: inherit;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
}

.tab_wrapper.right_side .content_wrapper {
  width: 75%;
  float: right;
  border-left: 1px solid #ccc;
  min-height: 600px;
}

.tab_wrapper.right_side .controller {
  top: -50px;
}

.tab_wrapper.accordion .content_wrapper .accordian_header {
  display: block;
}

.tab_wrapper.accordion>ul {
  display: none;
}

@media only screen and (max-width: 736px) {

  .tab_wrapper>ul {
    display: none;
  }

  .tab_wrapper .content_wrapper {
    border: 0;
  }

  .tab_wrapper .content_wrapper .accordian_header {
    display: block;
    background: #eee;
    margin-bottom: 5px;
  }

  .tab_wrapper.left_side .content_wrapper,
  .tab_wrapper.right_side .content_wrapper {
    width: 100%;
    border-top: 0;
  }

  .tab_wrapper .controller {
    display: none;
  }
}

.tabtitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.tab_content .table td {
  padding: 10px;
  border: 1px solid #ccc;
}
/*
     FILE ARCHIVED ON 12:59:16 Oct 08, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:09:49 Dec 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.066
  exclusion.robots: 0.13
  exclusion.robots.policy: 0.1
  esindex: 0.02
  cdx.remote: 25.788
  LoadShardBlock: 123.609 (3)
  PetaboxLoader3.datanode: 90.907 (4)
  PetaboxLoader3.resolve: 101.35 (2)
  load_resource: 71.054
*/