.body2, body {
    background: #eff5f9;
}

.itext2{
	font-size:25px;
	color:#646464;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.card {
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.card-media {
	width: 100% !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 100% !important;
}

.card-media:hover {
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 180px;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0,1.0);
}

.card-details {
  padding: 15px;
  margin: 15px;
}

.card-head {
	color: #646464 !important;
	letter-spacing: 1px;
	
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 10px;
}

.card-head {
	letter-spacing: 1px;
	margin-top: -15px;
	text-shadow: 1px 1px 1px #fff !important;
	
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 14px;
	font-weight: 600;
}

a.disc:active,
a.disc:link,
a.disc:visited {
	color: #fff;
	background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
	text-shadow: 2px 2px 2px #d47a6c;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 15px;
	margin: 8px;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
	text-decoration: none;
	letter-spacing: 1px;
    font-family: 'Poppins','Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.disc:hover {
	opacity: 0.9;
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
	box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
	transform: translateY(-0.25em);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.card-action-button2 {
	background: #6ec265;
	color: #fff !important;
	letter-spacing: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgb(0 0 0 / 20%) 0 2px 10px;
	box-shadow: rgb(0 0 0 / 20%) 0 2px 10px;
	border: 1px solid rgba(0,0,0,0.1);
	display: inline-block;
	margin: 0;
	padding: 2px 4px;
	letter-spacing: 1px;
	
	text-decoration: none;
	font-family: 'Poppins','Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
	font-size: 11px;
}

.card-action-button2:hover {
	color: #fff !important;
	opacity: 0.9;
}

a.disc2:active,
a.disc2:link,
a.disc2:visited {
	background: #7289da;
	color: #fff;
	text-shadow: 12px 1px 1px #677dc9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px;
	margin: 4px;
	text-align: center;
	box-shadow: 0 2px 8px 0 rgba(121,147,237,0.4) !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
	text-decoration: none;
	letter-spacing: 1px;
    font-family: 'Poppins','Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.disc2:hover {
	background: #6e83cc;
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
	box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
	transform: translateY(-0.25em);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.indextables {
 overflow:hidden;
}

.indextables div {
 padding: 5px;
}

#indextablesone {
 float:left;margin-right:5px;width: 50%;
}

#indextablestwo {
 overflow:hidden;margin:0px;
}

@media screen and (max-width: 900px) {
 
#indextablesone {
 float: none;margin-right:0;width:auto;border:0;
}


}

@media screen and (max-width: 900px) {
#indextablestwo {
 float: none;margin-right:0;width:auto;border:0;
}


}


		
		
		
		
/*
     FILE ARCHIVED ON 19:14:09 Mar 20, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:05:33 Jun 21, 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: 0.69
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.012
  esindex: 0.013
  cdx.remote: 15.772
  LoadShardBlock: 65.125 (3)
  PetaboxLoader3.datanode: 85.824 (4)
  load_resource: 298.631
  PetaboxLoader3.resolve: 238.323
*/