.bookmark-item.active {
    background-color: #111;
    color: white;
    border: 0;
}
.bookmark-item {
    cursor: pointer;
}
.highlight {
    background-color: #ffff00;
    font-weight: bold;
}
#loading {
    display: none;
}
#searchStatus {
    display: none;
    margin-top: 10px;
}
#clearSearch {
    display: none;
}
