body{
    background: #008080;
    margin: 0;
}
.win98{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.controls{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    margin-bottom: 6px;
}
.btn{
    margin-bottom: 10px;
}
.field-row{
    align-items: center;
    justify-content: center;
}
.details{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.track-art{
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
}

.track-art img{
    width: 160px;
    height: 160px;
    flex-shrink: 0;
    object-fit: cover;
}
.sunken-panel{
    margin-bottom: 6px;
}

.track-name{
    margin: 10px 0;
    text-align: center;
}

.interactive{
    width: 100%;
    table-layout: fixed;
}

.station-name-col{
    width: 78%;
}

.station-status-col{
    width: 22%;
}

.interactive td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
