/**
 * code stuff
 */
div.code {
    font-family: 'monaco', courier, monospace;
    font-size: 11.5px;
/*    word-wrap: break-word;*/
/*  height: 400px;  */
overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: #03050A;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.html {
    color: #7F90AA;
}

.code span._keyword, .code span._define {
    color: #FBDE2D;
}

.code span._int {
    color: #D8FA3C;
}

.code span._comment {
    color: #E40700;
}

.code span._class, .code span._function {
    color: #8DA6CE;
}

.code span._string {
    color: #61CE3C;
}

.code span._default {
    color: #fff;
}

.code span._tag {
    color: #7F90AA;
}

.code span._method {
    color: #FF6400;
}

span.code {
    font-family: 'monaco', courier, monospace;
    color: #BA4A01;
/*    color: #003954;*/
}
