body.zoeken div.helpbutton {
    background-image: url(../images/question-mark-icon-dc_icon_question_mark.jpg);
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
}

body.zoeken .storedQueriesHolder a {
    font-size: 14px;
    text-decoration: none;
    color: #08c;
    margin-left: 5px;
    padding-top: 10px;
    display: inline-block;
    display: inline-block;
}

body.zoeken .favorite {
    background-image: url('../images/favorite_book_mask.png');
    width: 24px;
    height: 32px;
    background-color: black;
    display: none;
    pointer-events: initial;
    left: 10px;
    top: 90px;
    
    position: absolute;
}

body.zoeken .favorited {
    display: block;
    background-color: #FF7F00;
}

body.zoeken .favorite:hover {
    background-color: #FF7F00;
}
/*
body.zoeken .titel {
    left: 130px;
    top: 10px;
    position: absolute;
}

body.zoeken .auteurs {
    left: 130px;
    top: 40px;
    position: absolute;
}

body.zoeken .uitgever {
    left: 130px;
    top: 70px;
    position: absolute;
}
    */
body.zoeken #librarystart {
    position: absolute;
    top: 50px;
    right: 20px;
    background-color: green;
    padding: 5px;
    border-radius: 5px;
    background-color: #01D300;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

    body.zoeken #librarystart:hover {
        background-color: white;
        color: black;
    }

body.zoeken #flashlibrarystart {
    position: absolute;
    top: 50px;
    right: 20px;
    height: 50px;
    overflow: hidden;
}