body {
    font-size:24px!important;
    width: 800px!important;
    height: 600px!important;
    border: 1px solid red!important;
}

b {
    font-weight: 700!important;
}

blockquote {
    font-size: 1em;
}

.sub-point {
    font-size: 0.9em!important;
}

.novel {
    color: red;
    font-weight: 700;
}

code pre {
    font-size: 0.8em!important;
}

.split {
    max-width: 50%!important;
    min-width: 40%!important;
    display: inline-block!important;
}

.keyword {
    font-weight: 700;
    color: #5050C0;
}

.annotation {
    font-weight: 700!important;
}

.comment {
    color: #10A010;
    font-weight: 100;
}

.error {
    color: #A01010;
    font-weight: 100;
    opacity: 0.8;
}

.delay-time {
    color: #A010A0;
    font-style: italic;
}

.left {
    float: left;
}

.right {
    float: right;
    display: inline;
}

q.quote {
    font-style: italic!important;
}

.fade {
    opacity: 0.5;
}

.attention {
    color: #FF0000;
    font-weight: 700;
}

.greek {
    color: #D05090;
    font-size: 1.2em!important;
}

.put-me-at-the-top-right {
    top: 20%;
    right: 1em;
}
