.search-input {
    width: 100%;
}

.control-icons {
    min-width: 90px;
}

.song-info {
    position: absolute;
    padding: 8px;
    background: silver;
    white-space: nowrap;
    z-index: 1;
}

#queue-time-header {
    cursor: pointer;
}

footer {
    text-align: center;
}

.marietjequeue {
    color: #777777;
}

.marietjequeue-pre-start td {
    border-bottom: 3px double #777777;
}

.block-button {
    border-color: #cccccc;
    color: #337ab7;
    transition: 1s transform ease-in-out;
}

.currentsong{
        border-bottom: 1px solid #DDDDDD;
}

tr.requested_song{
    border-left: 1px solid #777777;
}

.table-header-style td, .table-header-style{
    border-top: 3px solid #FFFFFF;
    background-color: #f9f9f9;
    border-bottom: 2px solid #777777;
}

/* Bootstrap 3 doesn't support equal height columns, hack via <https://medium.com/wdstack/bootstrap-equal-height-columns-d07bc934eb27#892f> */
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
