.editor{}
    .editor img{
        margin: 5px 0;
        max-width:100%;
        height: auto;
    }
    .editor a{
        text-decoration:underline;
        color:#a4b505;
    }
    .editor strong{
        font-weight:bold;
    }
    .editor em{
        font-style: italic;
    }
    .editor p{
        margin-bottom: 5px;
    }
    .editor li{
        line-height:2em;
    }
    .editor ol{
        list-style-type: decimal;
        list-style-position: inside;
        margin-left:10px;
        margin-bottom: 20px;
    }
    .editor ul{
        list-style-type: disc;
        list-style-position: inside;
        margin-left:10px;
        margin-bottom: 20px;
    }
    .editor blockquote{
        font-style:italic;
        font-size:1.4em;
        color:#888;
        text-align: center;
        margin:20px 0;
    }
    .editor h1{
        font-size:2.8em;
        margin: 20px 0 5px 0;
        color:#0c5065;
    }
    .editor h2{
        font-size:2.6em;
        margin: 20px 0 5px 0;
    }
    .editor h3{
        font-size:2.3em;
        margin: 20px 0 5px 0;
    }
    .editor h4{
        font-size:2em;
        margin: 20px 0 5px 0;
    }
    .editor h5{
        font-size:1.7em;
        margin: 20px 0 5px 0;
    }
    .editor h6{
        font-size:1.4em;
        margin: 20px 0 5px 0;
    }
    .editor pre{
        background: #ddd;
        color:#333;
        font-family: "Courier New", Courier, monospace;
        padding: 10px;
    }