#dfdtopbar {
	padding: 4px 0;
	text-align: center;
	display: grid;
	grid-template-columns: auto 16px;
}

#dfdtopbar #closeDfdTopBar {
	font-weight: bold;
font-size: 25px;
	cursor: pointer;
}


@media screen and ( max-width: 949px ) {
	#dfdtopbar #closeDfdTopBar {
margin-left: -5px;
		font-size: 40px;
	}
	#dfdtopbar > span:nth-child(1){
		margin-right: 10px;
	}
	#dfdtopbar {
		display: none;
		top: 50px;
		z-index: 99;
		position: fixed;
		width: 100%;
		opacity: 0.9;
	}
}
