#resourceDetailsPopup .description, #resourceDetailsPopup .attributes {
    float: left;
    max-width: 400px;
    padding: 10px 5px;
    width: 45%;
}

.div-reserved {
    position:absolute; 
    overflow-y:hidden;
    padding:2px 5px; 
    word-break:break-all;
    border: solid 1px #000;
    font-size:0.85em;
    color: white;
    background-color: #408AD2;
}

.div-reserved:hover{
    opacity:0.6;
    border:2px solid #000;
}

.div-reserved.pending {
    background-color: #ffb540 !important;
    color: black !important;
}

.div-reserved.participating {
    background-color: #875cae !important;
}

.div-reserved.mine {
    background-color: #6F9BAE !important;
}

#wait-box #result {
  overflow-y: scroll;
}