@import url('asciidoctor.css');

/* override asciidoctor  */
h1, h2, h3, h4, h5, p, li, a, td, th, div {
  font-family: "Georgia", "Times New Roman", serif !important;
  /* because ( old) wmt sites used serif font so far! */
}
a {
  text-decoration: none;
}

#wmt-title h2 {
  font-size: x-large;
  margin: 0.2em;
}

#wmt-title h3 { 
  margin: 0.2em;
  font-size: medium;
}

#wmt-menu a {
  margin: 0.1em;
  font-size: medium;
}

h1 {
  font-size: xx-large;
}
h2 {
  font-size: x-large;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

h3 {
  font-size: large;
  margin-top: 0.4em;
  margin-bottom: 0.25em;
}

h4 {
  font-size: medium;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

#header, #content, #footer {
  /* take full width */
  max-width: 100%;
}
h1,h2,h3,.sidebarblock>.content>.title,h4,h5,h6{
  color: black
}
h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{
color: black;
}
#footer {
  padding: 0.2em;
  font-size: small;
  background: grey;
}

li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist {
    margin-bottom: 0em;
}

#toc{color:#000000}
#toc.toc2{background:#F0F0F0;}
#toctitle{color: #000000;font-size: xx-large;}

body {
  padding-top: 20px;
}
