/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

.content-body {
    font-size: 13px;
    line-height: 1.6;
}

.content-body p {
    margin: revert;
}

.content-body .blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}

.content-body a {
    color: #0782C1;
}

.content-body ol,
.content-body ul,
.content-body dl {
    margin-right: 0px;
    padding: 0 40px;
}

.content-body li {
    list-style-type: disc;
    color: white;
}

.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
    font-weight: normal;
    line-height: 1.2;
    margin: revert;
    font-size: revert;
}

.content-body hr {
    border: 0px;
    border-top: 1px solid #ccc;
}

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

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

.content-body pre {
    white-space: pre-wrap;
    /* CSS 2.1 */
    word-wrap: break-word;
    /* IE7 */
    -moz-tab-size: 4;
    -o-tab-size: 4;
    -webkit-tab-size: 4;
    tab-size: 4;
}

.content-body .marker {
    background-color: Yellow;
}

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

.content-body figure {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

.content-body figure>figcaption {
    text-align: center;
    display: block;
    /* For IE8 */
}

.content-body a>img {
    padding: 1px;
    margin: 1px;
    border: none;
    outline: 1px solid #0782C1;
}