#rightSideContainer {
    display: flex;
    gap: 15px;
}

#editBox {
    display: none;
    position: absolute;
    width: 300px;
    
}

.icon:hover {
    cursor: pointer;
}

#bookListTableBody {
    font-size: 10pt !important;
    border-spacing: 0px;
    max-height: 100%;
}

td {
    overflow-x: scroll !important;
    padding: 5px !important;
    margin: 0px !important;
}

.status {
    font-size: 9pt !important;
    margin: 0;
}

#bookListTableBody button {
    font-size: 9pt;
}

tr {
    height: 40px !important; 
    padding: 0px;
}

#dateFilterContent {
    position: absolute;
    width: 300px;
}

.hidden {
    display: none;
}

#dateFilterContentBody *{
    padding-bottom: 10px;
}