/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com 
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);


body{
  -webkit-font-smoothing: antialiased;
  /*prevent ios from resizing text:*/
  -webkit-text-size-adjust: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:#f8f8f8;
  font-family:'Roboto', sans-serif;
  font-size:14px;
  line-height:20px;
  color:black;
}
h1,h2,h3,h4,h5,h6{
  line-height: 1.5;
  margin:0;
  padding:0;
  font-weight: 700;
}
h6{
  font-size: 18px;
}
.h2-article-title{
  font-family: 'Fjalla One', sans-serif;
  line-height: 1.5;
  margin:12px 0px;
  font-weight: initial;
}
header, 
nav, 
footer,
button, 
.ad, 
.ads-wrapper,  
.article-view-options, 
.btn-close-copyText, 
textarea, 
#copyText, 
.trendMD,
.fancybox,
#tocNav,
.export-meta-wrapper,
.download-h3,
aside
{
  display:none;
}
/* This is for  */
a.fancybox{
  display:block;
}
img{
  max-width: 100%;
  height: auto;
}
ul{
  margin:0;
  padding:0;
}
.keywords-ul, .authors ul,{
  padding:0;
  margin:0;
}
.keywords-ul li{
  display:inline-block;
  margin-right: 12px;
}
.keywords-ul a{
  text-decoration: none;
}

.authors li{
  display:inline-block;
  margin-right: 12px;
}
.authors a{
  text-decoration: none;
}
.author-affiliation-details p{
  font-size: 12px;
  margin:0;
}
.author-affiliation-details{
  margin:0;
  margin-bottom:12px;
}
.corresponding-author-details p{
  font-size: 12px;
  margin:0;
}
.figure-table a{
  display:none;
}
p a{
  font-size: inherit !important;
}
a{
  text-decoration: none;
  color:#247cb3;
  font-size: 12px;
}
figure, figcaption{
  margin:0;
  padding:0;
}
.citation-options-wrapper p{
  margin:0;
  padding:0;
}

.figure-table{
  font-size:12px;
}

.table-figure-show-printcss{
  display: block !important;
}
