body {
    margin: 0;
}
.layout {
    background-color: #fff;
    border-radius: 13px;
    padding: 15px
}
#editormd-view {
    margin: 0;
    padding: 0;
}
table {
    border: 0
}
.cursor {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    margin: 20px 0;
}
.cursor .current {
    font-size: 17px;
    line-height: 24px;
    color: #3588FF;
}
.title {
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    margin: 20px 0;
}
.spacer {
    border-bottom: 1px solid #e5e7ef;
    margin: 20px 0;
}
.editormd-html-preview {
    font-size: 15px;
    line-height: 29px;
    color: #333333;
}
.red {
    color: #FFF;
    text-decoration: underline solid #3588FF;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #3588FF;
}
.active {
    background-color: #fff;
    color: #3588FF;
}