.texgraph .de1, .texgraph .de2 {
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    padding: 0 8px;
    background: none;
    vertical-align: top;
    color: #000000;
    border-left: 1px solid #ddd;
    margin: 0 0 0 -7px;
    position: relative;
    background: #ffffff;
}

.texgraph {
    color: #ACACAC;
}

.texgraph .imp {
    font-weight: bold;
    color: red;
}

.texgraph li, .texgraph .li1 {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.texgraph .ln {
    width: 1px;
    text-align: right;
    margin: 0;
    padding: 0 2px;
    vertical-align: top;
}

.texgraph .kw1 {
    color: #3ad900;
    font-weight: bold;
}

.texgraph .kw2 {
    color: #A53;
}

.texgraph .kw3 {
    color: #35A;
    font-weight: bold;
}

.texgraph .kw4 {
    color: #472;
}

.texgraph .kw5 {
    color: #008080;
}

.texgraph .kw6 {
    color: #808000;
    font-weight: bold;
}

.texgraph .kw7 {
    color: #000;
    font-weight: bold;
}

.texgraph .co1 {
    color: #777;
}

.texgraph .coMULTI {
    color: #880;
}

.texgraph .br0 {
    color: #820;
}

.texgraph .st0 {
    color: #880;
}

.texgraph .nu0 {
    color: #000;
}

.texgraph .sy0 {
    color: #000;
}

.texgraph .ln-xtra, .texgraph li.ln-xtra, .texgraph div.ln-xtra {
    background: #FFFF88;
}

.texgraph span.xtra {
    display: block;
}
