body
{
}

h3
{
    color: #000000;
    font-size: 1.4em;
    text-decoration: underline;
    margin-bottom: 0em;
}

h4
{
    color: #000000;
    font-size: 1.2em;
    text-decoration: underline;
    margin-bottom: 0em;
}

.topic_title
{
    display: inline;
}

h5
{
    color: #000040;
    font-size: 1em;
    text-decoration: underline;
    margin-bottom: 0em;
}

li
{
    padding-bottom: 0.3em;
}

img
{
    max-width: 100%;
/*  max-height: 100%;       breaks wkhtmltopdf, and not needed anyway */
}

.internal_link, a
{
    color: #3030ff;
    text-decoration: none;
    cursor: pointer;
}

.toolbar_table
{
    border: solid 1px black;
}
 
.toolbar_table tr td
{
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}

.keyword_table
{
    border: solid 1px black;
}
 
 .keyword_table tr td
{
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 2px;
}
