.Footer {
    position: relative;
    z-index: 11;
}

.GradientBorder {
    background: linear-gradient(to left, #404040 1%, #ababab 49%, #424242);
    width: 100%;
    height: 1px;
}

.ControlsWrapper {
    width: 100%;
    background-color: #191919;
}

.InfoBarContainerWrapper {
    width: 100%;
    background-color: #191919;
}