/*
  Stylesheet for https://madars.org/
  Author: Madars Virza <madars@gmail.com> (c) 2012-2015
*/
body {
    font-family: Georgia, Garamond, serif;
    text-rendering: optimizeLegibility;
    line-height: 1.5em;
    background-color: #fff;
    color: #000;
    margin: 0;
    padding-top: 0.5em;
    padding-left: 3em;
}
h1 {
    color: #d00;
    font-size: 300%;
}
h1, h2, h3 {
    line-height: 1.1em;
}
code {
    font-family: Consolas, Ubuntu Mono, Menlo, Monaco, Lucida Sans Console, Bitstream Vera Sans Mono, monospace;
    font-size: 85%;
}
#main {
    width : 44em;
    text-align : justify;
}
a, a:visited, a:hover {
    color: #800;
    text-decoration: none;
    border-bottom: dashed 1px #bbb;
}
a:hover {
    color: #000;
    border-bottom: solid 1px #000;
}
a:visited {
    color : #000;
}
pre, p > code {
    border: 1px dashed #800;
    background-color: #f7f7f7;
    padding: 0.15em;
}
pre code {
    font-size: 100%;
}
code.email {
    padding: 0;
    border: none;
    background-color: #fff;
}
thead {
    text-align: center;
    font-weight: bolder;
    background-color: #ddd;
}
tbody {
    background-color: #f7f7f7;
}
.pronunc {
    border-bottom: dashed 1px #bbb;
    font-variant: small-caps;
    white-space: nowrap;
}
abbr {
    border-bottom: dashed 1px #bbb;
}
