body, td{
font-family: Verdana, Arial, Sans-serif;
font-size: small;
}

.gh2{
    font-size: 150%;
    font-style:bold;
    margin-top:10px; 
    margin-bottom:5px;
}

.gh3{
    font-size: 125%;
    font-style:bold;
    margin-top:5px; 
    margin-bottom:10px;
}

div.loginhead, div.navigationhead {
	font-size: 110%;
	background-color: #b8fea7;
	1padding: 3px 25px;
	margin: 0px 0px 0px 0px;
}

div.mainpagehead{
	font-size: 110%;
	background-color: #b8fea7;
	1padding: 3px 25px;
	margin: 0px 0px 0px 0px;

}

/*
for the abstract estimation
*/

.abstract_authors{
    padding: 0;
    margin: 0;
    margin: 0 0 0.5em 0.5em;
    font-size: 50%;
}

.abstract_title{
   font-size: 95%;
   margin: 1em 0;
   padding: 0.5em;
   background-color: #f0f8ff;
   border: solid 1px #ccc;
   font-family:arial,helvetica,sans-serif;
   zoom:1;/*FIE*/
/*
  margin-bottom:3px; margin-top:20px; 
  color:#FCCA66; font-size:130%; font-weight:normal; margin:0pt; padding:0pt;
*/
}

.abstract_originaltitle{
    font-size: 80%;
    margin-bottom: 0.5em;
    margin: 0 0 0.5em 0.5em;
}

.abstract_body{
    font-size: 80%;
    margin: 0 0 0.5em 0.5em;
}

.abstract_border{
   margin: 1em 0;
   padding: 0.5em;
   background-color: #f0f8ff;
   border: solid 1px #ccc;
   font-family:arial,helvetica,sans-serif;
}

.affiliation{
    font-size: 80%;
    margin-bottom: 0.5em;
    margin: 0 0 0.5em 0.5em;
}

.abstract_citation{
    font-size: 50%;
    font-style:italic;
    display:block;
    margin-top: 0.5em;
    margin: 0 0 0.5em 0.5em;
}

.abstract_estimation_h3{
  font-weight: bold;
  margin-top: 0.5em;
}

.abstract_estimation_list{
    margin-left: 0.5em;
}

.refshow_insearch_source{
    font-size: 50%;
}

.refshow_insearch_title{
    font-size: 95%;
}

.refshow_insearch_relevance{
    font-size: 40%;
}

.refshow_insearch_actions{
    font-size: 85%;
}

.refshow_insearch_3stepdescr{
    font-size: 85%;
}

.fulltextitem{
  zfont-size: 115%;
  font-weight: bold;
}

div.fulltextitem:first-letter {
   font-size : 128%;
   font-weight : bold;
   zfloat : left;
   zwidth : 1em;
   color: #008000;   
 }
 
.fulltextnote{
  font-size: 85%;
}

.ftde_rowcounter{ width: 20px;}
.ftde_country{ width: 150px;}
.ftde_sequelae{ width: 150px;}
.ftde_group{ width: 70px;}
.ftde_agebeg{ width: 60px;}
.ftde_ageend{ width: 60px;}
.ftde_sex{ width: 30px;}
.ftde_urbanicity{ width: 70px;}
.ftde_numerator{ width: 75px;}
.ftde_denominator{ width: 90px;}
.ftde_value{ width: 70px;}
.ftde_units{ width: 70px;}
.ftde_lowerci{ width: 50px;}
.ftde_upperci{ width: 50px;}
.ftde_citype{ width: 60px;}
.ftde_stderror{ width: 60px;}
.ftde_addinfo{ width: 150px;}
.ftde_yearstart{ width: 50px;}
.ftde_yearend{ width: 50px;}






/* Slideshow */




* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}