.top-bar {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	height: 20px;
	z-index: 999;
}		
	
.top-bar-inner {
	color: black;
	font-weight: 500;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	justify-content: center;
}	

@media (max-width: 900px) {
.top-bar{
	display: none;
}
}