<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.info-bar {
    text-transform: uppercase;
	background-color: #fbd116;
    padding: 5px 35px 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
}

.info-bar p {
	margin: 5px 0;
    text-align: center;
}

.info-bar a {
	background: #0088ce;
    color: #fff;
    padding: 5px 15px;
    margin: 5px 0 5px 15px;
}

.info-bar.vending {
	background-color: #1d66a5;
}
.info-bar.vending p {
	color:#fff
}
.info-bar.vending a {
	background: #fbd116;
    color: #666;
 
}



.info-bar .info-bar-close {
	position: absolute;
	right: 20px;
	top: 50%;
    transform: translate(0, -50%);
	cursor: pointer;
}

.info-bar.vending .info-bar-close {
	color:#fff
}</pre></body></html>