@media screen {
.highlighter_on {
    background-color: #FFFF66;
}
.highlighter_selected {
    color: red;
    font-weight: bold;
}
.hilightButton {
    cursor: pointer;
}
.IBFDfixedContent {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 20px;
    background: none;
}
/* Introduced from issue#4458: keyword highlighting panel */
.chk-input {
    margin:0;
    height: 14px;
    width: 14px;
}
.highlight-dir-con {
    vertical-align: top;
    margin-left: 5px;
}
.highlight-dir-label {
    vertical-align: top;
    margin: 0 5px;
}
.highlight-label {
    margin: 0 3px 0 0;
    vertical-align: top;
}
.highlight-img {
    height: 14px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
}
@media print {
.org_ibfd_highlighter {
    background-color: #FFFF66;
}
.highligher_selected {
}
.hilightButton {
}
.IBFDfixedContent {
    display: none;
}
}