body
{
    margin: 0;
    font-family: sans-serif;
}

#nav
{
    display: none;
}

@supports (hyphens: auto) or (-ms-hyphens: auto)
{
    #content
    {
        text-align: justify;
        hyphens: auto;
    }
}

#content
{
    float: left;
    width: 100%
}

#breadcrumbs
{
    display: none;
}

a
{
    color: #dadada;
}

hr
{
    height: 1px;
    border: 0 none;
    color: black;
    background-color: black;
    width: 40%;
    margin-bottom: 2em;
    margin-top: 2em;
}

table
{
    border-collapse: collapse;
}

th
{
    text-align: left;
}

table, th, td
{
   border: 1px solid black;
}

th, td
{
    padding: 0.5em;
} 

.table-caption
{
    text-align: center;
}

ul.plain
{
    list-style-type: none;
}
