html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent}body{ line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{ list-style:none}blockquote,q{ quotes:none}blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none}a{ margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent}ins{ background-color:#ff9; color:#000; text-decoration:none}mark{ background-color:#ff9; color:#000; font-style:italic; font-weight:bold}del{ text-decoration:line-through}abbr[title],dfn[title]{ border-bottom:1px dotted; cursor:help}table{ border-collapse:collapse; border-spacing:0}hr{ display:block; height:1px; border:0;  border-top:1px solid #ccc; margin:1em 0; padding:0}input,select{ vertical-align:middle}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    margin: 2em auto;
    width: 33em;
}

a {
    color: #426982;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    margin: 0;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 1em;
}

h2 {
    margin: 0;
    font-size: 1.375em;
    line-height: 1.0909090909090908em;
    margin-bottom: 1.0909090909090908em;
}

h3 {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 1.2em;
}

h4 {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.3333333333333333em;
    margin-bottom: 1.3333333333333333em;
}

p, ul, blockquote, pre, td, th, label {
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

p.small,
ul.info {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.7142857142857142em;
    margin-bottom: 1.7142857142857142em;
}

table {
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

textarea {
    width: 100%;
}

article p {
    text-align: justify;
}

section + section {
    margin-top: 2em;
    border-top: 1px solid silver;
    padding-top: 2em;
}

section p {
    text-align: justify;
    margin: 0;
}

section p + p {
    text-indent: 1.5em;
}

section p + ul {
    margin-top: 1em !important;
}

li.empty a {
    color: #7F0926;
}

ul.info li {
    display: inline;
}

ul.info li + li:before{content:"\0020\00B7\0020"}

.context p {
    color: #888;
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 1em;
}

div#logout {
    position: absolute;
    right: 5px;
    top: 2px;
}