.editor-content {
    /*font-family: Arial, sans-serif;*/
    color: #333;
    line-height: 1.6;
}
.editor-content h1, .editor-content h2, .editor-content h3,
.editor-content h4, .editor-content h5, .editor-content h6 {
    /*font-weight: bold;*/
    /*margin: 20px 0 10px;*/
    color: #2c3e50;
}
/*.editor-content p {*/
/*    margin: 10px 0;*/
/*}*/
.editor-content ul {
    list-style-type: disc;
    margin-left: 20px;
}
.editor-content ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.editor-content li {
    margin-bottom: 5px;
}
.editor-content a {
    color: #3498db;
    text-decoration: none;
}
.editor-content a:hover {
    text-decoration: underline;
}
.editor-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.editor-content table, .editor-content th, .editor-content td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
.editor-content th {
    background-color: #f2f2f2;
}
.editor-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
.editor-content blockquote {
    border-left: 4px solid #ccc;
    margin: 20px 0;
    padding-left: 15px;
    color: #666;
    /*font-style: italic;*/
}
.editor-content b, .editor-content strong {
    font-weight: bold;
}
.editor-content i, .editor-content em {
    font-style: italic;
}