.content ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.content ol {
    list-style: decimal;
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.content table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.content table th,
.content table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.content h3{
    margin-top: 15px !important;
    font-size: 24px !important;
}
.content p:empty {
    margin: 15px;
}