.marker-blue{
    background-color: var(--ck-highlight-marker-blue);
}
.marker-yellow{
    background-color: var(--ck-highlight-marker-yellow);
}
.marker-green {
    background-color: var(--ck-highlight-marker-green);
}
.marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
.pen-red {
    background-color: transparent;
    color: var(--ck-highlight-pen-red);
}
.pen-green {
    background-color: transparent;
    color: var(--ck-highlight-pen-green);
}
.text-tiny {
    font-size: .7em;
}
.text-small {
    font-size: .85em;
}
.text-big {
    font-size: 1.4em;
}
.text-huge {
    font-size: 1.8em;
}
blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
blockquote p{
    text-indent:0;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}