body{
    margin-top: 10px;
    margin-left: 10px;
}

div.individualResult{
    margin-botom:10px;
}

div.individualResultAdded{
    //border-right-color: #3EE4FF;
    //border-right-style: solid;
    //border-right-width: 8px;
    background-color:rgba(0,255,255,0.09);
}

rect.contextLineAdded{
    //fill:#1a0dab;
    //stroke:#1a0dab;
    fill:#3EE4FF;
    stroke:#3EE4FF;
}

rect.contextLineOld{
    fill: #D8D8D8;
    stroke:#D8D8D8;
}

span.spanHighlight{
    font-weight: bold;
}

span.titleAdded, span.titleOld {
    color: #1a0dab;
    font-family:arial,sans-serif;
    font-size: 18px;
    cursor: pointer;
}

span.snippetAdded, span.snippetOld{
    font-family:arial,sans-serif;
    line-height:1.4;
    word-wrap: break-word;
    cursor: pointer;
}

span.pubInfoAdded, span.pubInfoOld{
    font-family:arial,sans-serif;
    color: #006621;    
    word-wrap: break-word;
    cursor: pointer;
}

span.titleAdded, span.snippetAdded{
    //color: #1a0dab;
}

fieldset {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#searchKeywords, #expandedQueryGroup{
    margin-left: 0px;
}

#helpIcon span{
    color:#4ca067;
    font-size:15pt;
    cursor:pointer;
}

#aboutIcon span{
    color:blue;
    font-size:15pt;
    cursor:pointer;
}

.andorClickableSpan{
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    font-weight: 700;
}

.clickableSuggestion{
    cursor: pointer;
    font-style: italic;
    color: blue;
    font-weight: 700;
}
