
.text h1 {
    font-size: 15px;
    margin-bottom: 10px;
}

.text h2 {
    font-size: 14px;
    font-weight: bold;
    color: #5b5a5a;
    margin-bottom: 8px;
}

.text h3 {
    font-size: 13px;
    margin-bottom: 6px;
    text-transform: none;
}

.text hr {
    border: none;
    padding-bottom: 6px;
    border-top: 1px solid #cccccc;
}

.text dl dt {
    font-weight: bold;
}

.text dl dd {
    margin: 0;
    text-indent: 2em;
}

.text ol li {
    list-style: upper-roman;
}
.text ol>li ol>li{
    list-style: lower-latin;
}

.text ul li {
    /*list-style: none;*/
}

.text ul> ul>li,
.text ul>li ul>li {
    margin-left: 1em;
    /*list-style: none;*/
}

.text table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

.text table th,
.text table td {
    border: 1px solid #ccc;
    padding: 3px 7px;
}
