/*
    Any custom changes to the ckeditor display must be added here.
*/


body, p {
    font-family: Arial, Verdana, sans-serif !important;
    font-size: 14px !important;
}

p {
    margin: 0;
}

#ckDialog {
    width: 75%;
    height: 75%;
}

#ckDialog > div {
    width: 100%;
    height: 100%;
}

#ckDialog > div > iframe {
    width: 100%;
    height: 100%;
} 
