canvas { display: inline-block;}
/* -------------- general elements --------------- */
* { padding: 0; margin: 0; }

/**/
body {
  font: 16px Arial,Liberation Sans,DejaVu Sans,sans-serif;
  background-color: #FFFFFF;
  color: #000;
  line-height: 1.5em;
  -webkit-overflow-scrolling: touch;
  max-width: 1024px;
  margin:0 auto; 
}  


.webstats {  
  margin: 0 auto;
  padding-bottom: 0px;
}


div.page {
  padding: 1em 2em 0em 2em;
  text-align: left;

}

#pagepd {
  padding: 1em 2em 0em 2em;
  text-align: left;
  height:600px;  
}

#pagepd #main {
    top:50px;
    width:270px;
    background: #fff;
    box-shadow: 0 0 10px #339;
    float: left;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
}


#pagepd #container{
    box-shadow: 0 0 10px #339;
    height:100%;
    width:72%;
    background:#fff;
    margin-left: 300px;
    top:0px;
    border-color: #339;
}


div.webstats table {
  font-size: 100%;
}



div.webstats img {
  border: 0;
}


div.webstats hr {
  border: 0px;
  border-top: 1px solid #aaaaaa;
  text-align: center;
  height: 0px;
}

div.webstats div.nothing {
  text-align: center;
  margin: 2em;
}

/* ---------------- forms ------------------------ */

div.webstats textarea {
  font-family: monospace;
  font-size: 100%;
  color: #000;
  /*background-color: #f5f5f5;*/
 /* border: 1px solid #339;*/
  padding: 0.3em 0 0 0.3em;
  width: 100%;
}

/* nice alphatransparency background except for IE <7 */
html>body div.webstats textarea.edit {
  background:  #ddd url(../image/inputshadow.png) repeat-x top;
}


/* --------------- Links ------------------ */

div.webstats a:link{
  color: #0000FF;
  text-decoration: none;
}

div.webstats a:visited {
  color: #0000FF;
}

div.webstats a:hover,
div.webstats a:active {

  text-decoration: underline;
}

div.webstats h1 a,
div.webstats h3 a,
div.webstats h5 a,
div.webstats a.nolink {
  color: #000;
  text-decoration: none !important;
}

div.webstats h2 a,
div.webstats h4 a {
  color: #006699;
  text-decoration: none !important;
}


/* general headline setup */
div.webstats h1,
div.webstats h2,
div.webstats h3,
div.webstats h4,
div.webstats h5 {
  color: #000;
  background-color: inherit;
  font-size: 100%;
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0.5em 0 0 0;
  border-bottom: 1px solid #aaaaaa;
  clear: left;
}

div.webstats h3,h1 {
  color: #000;
  
}

div.webstats h3.il{
 display:inline;
}
/* special headlines */
div.webstats h1 {font-size: 210%; margin-left: 0px; border-bottom: none;font-weight: bold;}
div.webstats h2 {font-size: 200%; margin-left: 0px; border-bottom: none;font-weight: bold;}
div.webstats h3 {font-size: 160%; margin-left: 0px; border-bottom: none; font-weight: bold;}
div.webstats h4 {font-size: 150%; margin-left: 0px; border-bottom: none;font-weight:bold;}
div.webstats h5 {font-size: 100%; margin-left: 0px; border-bottom: none; font-weight: bold;}

/* ------------------ Additional ---------------------- */


#main a:hover img {
  background-color: #DCDCDC;
}

div.webstats .header {
  padding: 20px 0px 0px 0px; 
}



div.webstats .logo {
  font-weight: bolder;
  font-size: 200%;
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 0px;
  float:left;
  width: 90%;
}


div.webstats .logo a {
  color: #0000FF !important;
  text-decoration: none !important;
  font-variant: small-caps;
  letter-spacing: 1pt;
}






.sectionhead {
	font-size:100%;
	font-weight:bold;
	margin-top:20px;
}
.bibline {
	text-align:justify;
  vertical-align: top;

}
.articleVolume { font-style:italic; }
.articleJournal { font-style:italic; }
.sheader { font-weight:bold; padding-top:11px; }
.bibitem { 
	padding-left:50px; 
	/*text-indent:-25px;*/
	padding-bottom:10px;
}
.chapterBook { font-style:italic; }
.proceedingsBook { font-style:italic; }
.biburl {
	background-color:#888;
	padding:1px;
	font-size:9pt;
	border-radius:5px;
}
a.biburl {
	color:#ddd !important;
}
a:hover.biburl {
	color:#111 !important;
}
.doiurl {
	background-color:#777;
	padding:1px;
	font-size:9pt;
	border-radius:5px;
}
a.doiurl {
	color:#ddd !important;
}
a:hover.doiurl {
	color:#111 !important;
}
.linkurl {
	background-color:#88a;
	padding:1px;
	font-size:9pt;
	border-radius:5px;
}
a.linkurl {
	color:#ddd !important;
}
a:hover.linkurl {
	color:#111 !important;
}
.type_article {
	border-left:10px solid green;	
}
.type_symposium {
	border-left:10px solid orange;	
}
.type_book {
	border-left:10px solid red;	
}
.type_incollection {
	border-left:10px solid black;	
}
.type_inproceedings {
	border-left:10px solid blue;	
}

.apastyle {
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
  padding-bottom: 6px;
  margin-left: 20px;    /* Adjust the indent of the entire block */
  text-indent: -20px;
  line-height: 1.5em;
}

ul{
  margin-left: 30px; /* Adjust the indent of the entire block */
  padding-left: 0px; /* Remove default padding */
}
