.list-unstyled > li {
    list-style: none;
}

.col-6 {
    display: inline-table;
    float: left;
    width: 40%;
}

.last-element {
    margin-right: 7px;
}

.overflow-auto {
    margin: auto;
    max-height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.active {
    color: gray !important;
}

.hidden {
    display: none !important;
}

.width-80 {
    width: 80%;
}

.style-none {
    text-decoration: none;
    color: black;
    padding-left: 1px;
}

.song-name {
    padding-left: 5px;
}

.order-close-button {
    padding-left: 10px;
}