
.tabs {
  width: 94%;
  float: none;
  list-style: none;
  position: relative;
  margin:0 auto;
}
.tabs li {
  float: left;
  display: block;
  width:50%;
}
.tabs input[type="radio"] {
  position: absolute;
  /*top: -9999px;
  left: -9999px;*/
  text-align:center;
}
.tabs label {
  display: block;
  padding: 14px 21px;
  border-radius: 2px 2px 0 0;
  text-align:center;
  font-size: 20px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  background: #bf9067;
  cursor: pointer;
  position: relative;

  top: 5px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

	color: #1a0505;
	font-size: 1.1em;
    font-weight:600;
	padding: 0.8em;
	/*border: 1px solid #000;*/
	/*display: inline-block;*/
	/*background:#8b4f2c;*/

}
.tabs label:hover {
  background: #763b19;
  color:#fff;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  padding: 25px;
  position: absolute;
  top: 50px;
  left: 0;

  

  /*background: #612e76;*/
  /*height:100%;
  max-height:100%;*/

}
.tabs [id^="tab"]:checked + label {
  /*top: 0;*/
  padding-top: 17px;
  background: #763b19;
  color:#fff;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: inline-block;
  text-align:right;
  width:93%;
  

}

/*
     
/*
     FILE ARCHIVED ON 23:33:18 Dec 28, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:36:19 Aug 06, 2026.
     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: 0.386
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.032
  esindex: 0.005
  cdx.remote: 12.803
  LoadShardBlock: 183.478 (3)
  PetaboxLoader3.resolve: 92.018 (4)
  PetaboxLoader3.datanode: 241.329 (5)
  load_resource: 157.971
  loaddict: 33.349
*/