.line-one {
    font-weight: bold;
}

.queue {
    max-height: 1000px;
    overflow-y: scroll;
}

.queue-item {
    cursor: pointer;
}

.queue-item:hover{
    background-color: #eee !important;
}