﻿.chapters-panel
{
    width: 100%;
}

.chapter-title-panel
{
    color: black;
    font-family: Tahoma, Serif;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: gray 1px dotted;
}

.struct-title-panel
{
    color: Gray;
    padding-top: 10px;
}
.struct-list-panel
{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.struct-list
{
    line-height: 155%;
    margin: 0;
    padding: 0 0 0 .2em;
}

.topics-panel
{
    width: 90%;
}
.topic-title-panel
{
    color: black;
    border-bottom: gray 1px dotted;
}
.topic-link
{
    font-size: 0.8em;
    list-style-position: outside;
    list-style-type: circle;
}

.answers-panel
{
    width: 90%;
}
.answer-title
{
    font-size: 1.1em;
    font-weight: bold;
    color: black;
    border-bottom: gray 1px dotted;
}
.answer-content
{
    width: 90%;
    font-size: 0.8em;
    padding-top: 10px;
}
.answers-related-panel
{
    font-size: 0.8em;
    font-weight: bold;
    color: black;
    border-bottom: gray 1px dotted;
    padding-top: 50px;
}
.answers-related-list-panel
{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
