div#rle_container {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    color: #555;
}
.rle_button {
    background-color:#e00000;
    text-align:center;color:
    white;font-weight:bold;
    padding:10px;
    margin-top: 10px;
    width: 100px;
    cursor: pointer;
    float: left;
}
.rle_box {
    padding: 10px;
    overflow: auto;
}
span.rle_annotation {
    text-decoration:underline;
    font-weight: bold;
    cursor: pointer;
}
span.rle_person {
    color:#e06500;
}
span.rle_location {
    color:#8BD100   ;
}
span.rle_concept {
    color: #bc096a;
}
span.rle_other {
    color: #008686;
}

div.rle_annotation {
    display: none;
    width: 270px;
    padding: 10px;
    color:white;
    margin-bottom: 10px;
    cursor: pointer;
}
div.rle_person {
    background-color:#e06500
}
div.rle_location {
    background-color:#8BD100;
}
div.rle_concept {
    background-color: #bc096a;
}
div.rle_other {
    background-color: #008686;
}
div#rle_right_inner_right {
    width: 270px;
    padding: 10px;
    color:white;
    margin-left: 10px;
    overflow-y: scroll;
}
div#rle_slider {
    width: 370px;
}
.rle_clear {
    clear: both;
}

span.active {
    color:#e00000;
}

span.rle_list_title {

}

span.rle_list_confidence {
    float: right;
    font-size: 12px;
}

span.rle_single_url {
    display:block;
    font-size:11px;
}

span.textmarker {
    text-decoration: underline;
    cursor: pointer;
    padding: 2px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

p.rle_single_desc {
    font-size: 12px;
}