.float-left {
    float: left;
    margin-left: 5px;
}

.float-right {
    float: right;
    margin-right: 5px;
}

.resize-height-container, .work-reader-body-panel {
    min-height: 500px;
}

.product-delete-button {
    right: 40px;
    top: -20px;
}

.searchform-lookup {
    margin: 15px 0 0 0;
    padding: 0;
}

.searchform-lookup .b {
    width: 263px;
    background: url(../img/nav-icons.png) no-repeat -6px -492px;
    padding: 6px 4px 4px 28px;
    border: solid 1px #e1e1e1;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 50px;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.25);
}

.lookip-entries {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 5px;
    background: #eeeeee;
}

.lookip-entries ul {
    padding-left: 0;
    margin: 3px;
}

.lookip-entries ul li {
    list-style-type: none;
    margin: 2px;
}

.lookup-input {
    margin-bottom: 10px;
}


.br-min {
    margin-top: 9px;
}

word.active {
    background: #e5e5e5 !important;
}

.lookip-entries {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 125px;
}

.highlight-selector .highlight-color {
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-right: 5px;
    margin-left: 5px;
}

.highlight-selector {
    text-align: center;
}

.highlight-selector .highlight-color.yellow, word.yellow {
    background: #fbff6f;
}

.highlight-selector .highlight-color.green, word.green {
    background: #c6ff76;
}

.highlight-selector .highlight-color.blue, word.blue {
    background: #a1e8ff;
}

.highlight-selector .highlight-color.purple, word.purple {
    background: #e4caff;
}

.highlight-selector .highlight-color.pink, word.pink {
    background: #ffc0c9;
}

.highlight-selector .highlight-color.orange, word.orange {
    background: #ffcd8c;
}

.highlight-selector .highlight-color.yellow:hover, word.yellow:hover {
    background: #ebef5f;
}

.highlight-selector .highlight-color.green:hover, word.green:hover {
    background: #b6ef66;
}

.highlight-selector .highlight-color.blue:hover, word.blue:hover {
    background: #91d8ef;
}

.highlight-selector .highlight-color.purple:hover, word.purple:hover {
    background: #d4baef;
}

.highlight-selector .highlight-color.pink:hover, word.pink:hover {
    background: #efb0b9;
}

.highlight-selector .highlight-color.orange:hover, word.orange:hover {
    background: #efbd7c;
}

div.WordLabel *::selection {
    background: #e5e5e5;
}

word.noted {
    border-bottom: 1px dashed #999;
    display: inline;
}

word.noted.strong-dashed {
    border-bottom: 1px dashed #000;
}

.work-reader-body-panel, .WebComponent, .WebComponent word {
    z-index: 100;
}

div.note-container-dv {
    position: absolute;

    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: xx-small;
    z-index: 2;
    background: #eeeeee;
}

div.note-container-dv span {
    white-space: nowrap;
    padding-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 270px;
    float: left;
}

.reader-right-list li {
    width: 260px;
    padding-top: 3px;
    border: none;
}


.reader-right-list li div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reader-right-list li .btn {
    border: none;
}
.reader-right-list li div.notification {
    width: 240px;
}
.reader-right-list li div.bookmark {
    float: left;
    width: 211px;
}


div.note-container-dv button {
    margin-top: -4px;
}

div.note-container-dv.active {
    background: #e0e0e0;
}

.tab-nav-item {
    cursor: pointer;
}

.index-fav-books .nav-pills .tab-nav-item {
    min-width: 90px;
}

.site-map-item-list-item {
    white-space:nowrap;
}