#loading {
    border:100px solid;
    background:#ddd;
    text-align: center;
    opacity: 0.4;
    z-index: 10000;
    display:none;
    position:fixed;
    top:0;
    left: 0;
    width:100%;
    height:100%;
}
.element_hover{
    background:#95cf8e;
}

.droppable-hotel{
    border-radius: 10px;
}
.hotel-name span:hover{
    border-bottom: 1px #a5a5a5 solid;
    cursor: pointer;
}
#main-current-page{
    width:60px;
}