@charset "UTF-8";

.osc-editor-style {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 23px;
}
.osc-editor-style h1 {
    font-size: 22px;
    line-height: 34px;
}
.osc-editor-style h2 {
    font-size: 20px;
    line-height: 32px;
}
.osc-editor-style h3 {
    font-size: 19px;
    line-height: 31px;
}
.osc-editor-style h4 {
    font-size: 18px;
    line-height: 30px;
}
.osc-editor-style h5 {
    font-size: 17px;
    line-height: 29px;
}
.osc-editor-style h6 {
    font-size: 16px;
    line-height: 28px;
}
.osc-editor-style p,
.osc-editor-style h1,
.osc-editor-style h2,
.osc-editor-style h3,
.osc-editor-style h4,
.osc-editor-style h5,
.osc-editor-style h6,
.osc-editor-style pre,
.osc-editor-style div,
.osc-editor-style blockquote {
    margin: 10px 0;
    word-break: break-word;
}
.osc-editor-style pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    padding: 25px;
    background: #f5f5f5;
    border-left: 2px solid #669ee3;
    clear: both;
}
.osc-editor-style blockquote {
    padding: 25px 90px;
    position: relative;
    text-align: center;
    color: #7f7f7f;
    font-family: 'Hoefler Text', Georgia, serif;
    font-size: 30px;
    font-style: italic;
    line-height: 36px;
    clear: both;
}
.osc-editor-style blockquote:before,
.osc-editor-style blockquote:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    background: #ddd;
    left: calc((100% - 200px)/2);
}
.osc-editor-style blockquote:before {
    top: 0;
}
.osc-editor-style blockquote:after {
    bottom: 0;
}
.osc-editor-style ul,
.osc-editor-style ol {
    margin: 25px 0 25px 20px;
}
.osc-editor-style table {
    border: 1px solid #ddd;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.osc-editor-style td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}
.osc-editor-style td > p,
.osc-editor-style td > h1,
.osc-editor-style td > h2,
.osc-editor-style td > h3,
.osc-editor-style td > h4,
.osc-editor-style td > h5,
.osc-editor-style td > h6,
.osc-editor-style td > pre,
.osc-editor-style td > blockquote {
    margin: 10px 0;
}

.touch-version .osc-editor-style .align-left,
.touch-version .osc-editor-style .align-right {
    float: none !important;
}
.touch-version .osc-editor-style .align-left {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
}
.touch-version .osc-editor-style .osc-editor-textbox {
    width: 100% !important;
    transform: initial;
}
.touch-version .osc-editor-style .osc-editor-block-image {
    width: calc(100% + 30px) !important;
    position: relative !important;
    left: -15px !important;
    transform: initial;
}


.osc-editor-style a {
    text-decoration: underline;
}
.osc-editor-style a:hover {
    color: #c13c39;
}
