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

body {
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif', 'Times';
    font-size: 48px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 100%;
    color: #000000;

    /* Remove the background color to make it transparent */
    /*background-image: url("http://kk-antonius-all.kijktv.nl/kk-antonius-edit/im-edit/background-voor-CKeditor-1291-837.gif") ;*/
    background-repeat: no-repeat;
    background-color: rgba(255, 254, 222, 0.65);
    margin: 0;
}

.cke_editable {
    font-size: 48px;
}

table, td {
    font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif', 'Times';
    font-size: 48px;
    font-weight: 500;
    vertical-align: top;
    letter-spacing: normal;
    line-height: 100%;
}

table {
    border: 0;
    cellspacing: 0;
    cellpadding: 0;
}

blockquote {
    font-style: italic;
    font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
    font-size: 48px;
    font-weight: 500;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}

.cke_contents_ltr blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.cke_contents_rtl blockquote {
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}

ol, ul, dl {
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0;
    /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding: 0 40px;
}

ul {
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 1px 0 1px 0;
    font-size: 160%;
    font-weight: 500;
}

h2 {
    margin: 1px 0 1px 0;
    font-size: 145%;
    font-weight: 500;
}

h3 {
    margin: 1px 0 1px 0;
    font-size: 130%;
    font-weight: 500;
}

h4 {
    margin: 1px 0 1px 0;
    font-size: 115%;
    font-weight: 500;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px #565656 solid;
    display: block;
    margin: 1px 0;
    padding: 0;
    background: none;
    width: 100%;
    clear: both;
}

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

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

.marker {
    background-color: Yellow;
}

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;
}
