/* ===========================
   CKEditor Content
   =========================== */

.description11 {
    font-family: inherit;
    font-size: 13px;
    line-height: 1.8;
    color: #333;
    word-wrap: break-word;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Reset */

.description11 *,
.description11 *::before,
.description11 *::after {
    box-sizing: border-box;
}

/* Paragraph */

.description11 p {
    margin: 1em 0;
    line-height: 1.8;
}

/* Links */

.description11 a {
    color: #0782C1;
    text-decoration: underline;
}

/* Headings */

.description11 h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: bold;
    line-height: 1.3;
}

.description11 h2 {
    font-size: 1.5em;
    margin: .83em 0;
    font-weight: bold;
    line-height: 1.3;
}

.description11 h3 {
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: bold;
    line-height: 1.3;
}

.description11 h4 {
    font-size: 1em;
    margin: 1.33em 0;
    font-weight: bold;
    line-height: 1.3;
}

.description11 h5 {
    font-size: .83em;
    margin: 1.67em 0;
    font-weight: bold;
    line-height: 1.3;
}

.description11 h6 {
    font-size: .67em;
    margin: 2.33em 0;
    font-weight: bold;
    line-height: 1.3;
}

/* Lists */

.description11 ul,
.description11 ol {
    margin: 1em 0;
    padding-right: 40px;
    line-height: 1.8;
}

.description11 ul {
    list-style: disc;
}

.description11 ol {
    list-style: decimal;
}

.description11 ul ul {
    list-style: circle;
}

.description11 ul ul ul {
    list-style: square;
}

.description11 ol ol {
    list-style: lower-alpha;
}

.description11 li {
    display: list-item;
    margin: .4em 0;
    line-height: 1.8;
}

/* Table */

.description11 table {
    border-collapse: collapse;
    margin: 20px auto;
    max-width: none;
}

.description11 table,
.description11 th,
.description11 td {
    border: 1px solid #dcdcdc;
}

.description11 th,
.description11 td {
    padding: 10px;
    vertical-align: top;
}

.description11 th {
    background: #f7f7f7;
    font-weight: bold;
}

/* Images */

.description11 img {
    max-width: 100%;
    height: auto;
}

.description11 img.left {
    float: left;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding: 5px;
}

.description11 img.right {
    float: right;
    margin-left: 15px;
    border: 1px solid #ccc;
    padding: 5px;
}

/* Blockquote */

.description11 blockquote {
    margin: 20px 0;
    padding: 10px 20px;
    border-right: 5px solid #ccc;
    background: #fafafa;
    font-style: italic;
}

/* Figure */

.description11 figure {
    display: inline-block;
    margin: 20px;
    padding: 10px;
    text-align: center;
    outline: 1px solid #ccc;
    background: rgba(0,0,0,.05);
}

.description11 figure img {
    object-fit: contain;
    display: block;
}

.description11 figcaption {
    margin-top: 10px;
    font-size: .9em;
}

/* Code */

.description11 pre {
    margin: 20px 0;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    tab-size: 4;
}

.description11 code {
    font-family: Consolas, Monaco, monospace;
}

/* Horizontal Rule */

.description11 hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ccc;
}

/* Marker */

.description11 .marker {
    background: yellow;
}

/* Language */

.description11 span[lang] {
    font-style: italic;
}

/* Widgets */

.description11 .code-featured {
    border: 5px solid red;
}

.description11 .math-featured {
    padding: 20px;
    margin: 10px;
    background: rgba(255,0,0,.05);
    box-shadow: 0 0 2px rgba(200,0,0,1);
}

.description11 .image-clean {
    border: 0;
    background: transparent;
    padding: 0;
}

.description11 .image-clean figcaption {
    text-align: right;
    font-size: .9em;
}

.description11 .image-grayscale {
    background: #fff;
    color: #666;
}

.description11 .image-grayscale img,
.description11 img.image-grayscale {
    filter: grayscale(100%);
}

/* Responsive Embeds */

.description11 .embed-240p {
    max-width: 426px;
    margin: auto;
}

.description11 .embed-360p {
    max-width: 640px;
    margin: auto;
}

.description11 .embed-480p {
    max-width: 854px;
    margin: auto;
}

.description11 .embed-720p {
    max-width: 1280px;
    margin: auto;
}

.description11 .embed-1080p {
    max-width: 1920px;
    margin: auto;
}

.description11 table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}

.description11 table[align="left"] {
    margin-left: 0;
    margin-right: auto;
}

.description11 table[align="right"] {
    margin-left: auto;
    margin-right: 0;
}
