body {
    font-family: 'Noto Sans','Varela Round',Helvetica,Arial,sans-serif;
    max-width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

div.pageHeader, div.pageHeader *, h1, h2, h3, h4 {
    /*
    font-family: Helvetica, Arial, sans-serif;
    */
    font-weight: bold;
    margin: 2em 0 0.5em 0;
    padding: 0;
    color: #444;
}

div.pageHeader h1 {
    margin: 0 0 4px 0;
    padding: 0;
    line-height: 125%;
    font-size: 24pt;
    color: #222;
}

div.pageHeader h2 {
    margin: 0 0 4px 0;
    padding: 0;
    line-height: 125%;
    font-size: 12pt;
    color: #999;
    font-weight: normal;
}

div.abstract:first-child h2.articleTitle,
div.article h2.articleTitle
{
    margin-top: 0.5em;
}

div.articleTitle h2 {
    border-bottom: solid 1px #ccc;
    margin-bottom: 0;
}

div.articleTitle {
    font-size: 10pt;
    min-height: 40px;
}

div.articleTitle .date {
    float: left;
    display: inline-block;
}

div.articleTitle .tags {
    float: right;
    display: inline-block;
}

span.tags a,
span.tags a:link,
span.tags a:hover,
span.tags a:active,
span.tags a:visited
{
    color: #999;
}

div.articleTitle span {
    margin: 0 5px;
    color: #999;
}

h2.articleTitle,
h2.articleTitle * {
    font-size: 20pt;
    color: #7A0F0F;
}

p {
    font-size: 14pt;
    clear: both;
    line-height: 130%;
}

div.article h2 {
    font-size: 18pt;
    color: #af3142;
}

div.article h3 {
    font-size: 16pt;
    color: #555;
}

div.pageHeader {
    /*
    height: 50px;
    border: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    */
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 24pt;
}

div.pageFooter {
    clear: both;
    height: 50px;
    margin-top: 50px;
    /*
    border: solid 1px #ddd;
    */
    padding: 25px 10px 0 10px;
}

div.sidebar {
    /*
    width: 200px;
    border: solid 1px #ddd;
    */
    min-height: 400px;
    float: right;
    margin-right: 50px;
    min-width: 150px;
    max-width: 200px;
/*
    font-family: Helvetica, Arial, sans-serif;
*/
    font-size: 10pt;
}

div.sidebar > div {
    margin: 0;
    padding: 0;
}

div.river, div.article {
    float: left;
    /*
    border: solid 1px #dddddd;
    */
    font-size: 14pt;
    width: 700px;
    max-width: 700px;
    min-width: 700px;
    margin-left: 50px;
    color: #444;
    line-height: 125%;
}

a {
    text-decoration: none;
}

a.readMore {
    display: block;
    text-align: right;
    margin: 0;
    padding: 0 2em 0 0;
/*
    font-family: Helvetica, Arial, sans-serif;
*/
    font-size: 10pt;
}

pre, code {
    line-height: 1;
}

tt, code {
    font-family: 'Source Code Pro', 'Courier', 'Courier New', monospace;
}

div.abstract p {
    margin-bottom: 0;
}

div.sidebarSection {
    text-align: right;
    line-height: 110%;
}

h2.sidebarHeader {
    color: #204517;
    margin: 1em 0 0.25em 0;
    padding: 0 0 0.25em 0;
    font-size: 14pt;
    /*
    border-bottom: solid 1px #204517;
    */
}

ul.tags {
    margin: 0 0 1em 0;
}

ul.tags li {
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none;
/*
    font-family: Helvetica, Arial, sans-serif;
*/
    font-size: 10pt;
}

pre {
    margin-left: 2em;
    font-size: 11pt;
    box-shadow: 0 0 8px #777;
    padding: 10px;
    background-color: #fffef2;
    border-radius: 3px;
    font-family: 'Inconsolata', 'Courier', 'Courier New', monospace;
}

div.play-perl {
    margin: 1em 0 1em 40px;
    font-size: 10pt;
    color: #999;
    position: relative;
}

img {
    padding: 10px;
    box-shadow: 0 0 8px #777;
    border-radius: 3px;
}

blockquote, blockquote p {
    color: #777;
}

div.pager {
    margin: 20px;
    text-align: center;
}

span.pageSelector {
    border: solid 1px #ccc;
    margin: 0 5px;
    padding: 2px 6px;
    width: 10px;
/*
    font-family: Helvetica,Arial,sans-serif;
*/
    font-size: 11pt;
    color: #aaa;
    background-color: #eaeaea;
    display: inline-block;
    text-align: center;
}

a.module, a.cpanAuthor, a.distribution {
    font-family: 'Inconsolata', 'Courier', 'Courier New', monospace;
}

a.module:hover,
a.distribution:hover,
a.cpanAuthor:hover {
    text-decoration: underline;
}

a.taglink {
    padding-left: 1em;
    white-space: nowrap;
    font-size: 11pt;
}

div.navbar {
    padding: 5px;
    white-space: nowrap;
    font-size: 11pt;
}

div.navbar * {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 4px;
}

div.navbar a {
    color: #555;
}

div.navbar a.selected {
    background-color: #eaeaea;
}

div.navbar a:hover {
    color: #333;
    text-decoration: underline;
}

div.navbar span {
    color: #af3142;
}

strong {
    font-weight: 700;
}
.statTable {
    font-size: 11pt;
    padding: 0;
    margin: 0 0 0 2em;
}
.statTable th, .statTable td {
    padding: 0 4px;
    margin: 0;
}
.statTable th {
    text-align: left;
    font-weight: normal;
    color: #555;
}
.statTable td {
    text-align: right;
    color: #777;
}
