#editor {
    min-height: 100px;
    outline: none;
    font-size: 17px;
    font-family: -apple-system,Arial,sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
    padding-right: 20px;
}

#placeholder {
    color: gray;
    left: 20px;
    top: 15px;
    position: absolute;
    pointer-events: none;
}

img {

}

.p {

}

.list-ol {

}

.list-ul {

}

.list-checkbox {

}

.list-index {
    display: table-cell;
    padding-right: 5px;
    color: #007AFF;
}

.list-content {
    display: table-cell;
}

.remark {
    margin-bottom: -1px;
}

.remark-hr {
    width: 1px;  /*0*/
    height: 100%;
    background-color: #555555;
    /*border-left: 1px solid gray;*/
    display: table-cell
}

.remark-content {
    font-size: 90%;
    color: #555555;
    padding-left: 5px;
    display: table-cell;
}

.attach-file {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
    height:80px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.attach-file-icon {
    margin-left: 10px;
    margin-right:10px;
    height: 80%
}

.attach-file-content {
    max-height: 100%;
    overflow: hidden;
}

.attach-file-name {
   
}

.attach-file-size {
    color: #555555
}

.attach-file-view {
    width: 30px;
    margin-left: auto;
    margin-right: 10px
}

.mindmap {
    text-align: center;
}

.mindmap img {
    max-width: 100%;
    max-height: 600px;
    border: 1px solid lightgray;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.image {
    text-align: center;
}

.image img {
    max-width: 100%;
    max-height: 600px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.link {
    color: #007AFF;
    text-decoration: underline;
}
