
/* right sidebar ads */
.rightSidebar .text {
	background: 50% 50% no-repeat;
	display: block; 
	position: relative;
	text-decoration: none !important;
}

/* got data */
.rightSidebar .text.aero {
	margin-top: 1.5em;
	height: 74px;
	background-image: url('/air_traffic/flight_info/aeronav/media/edai-got_data.png');
}

.rightSidebar .text.aero span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 1.25;
}
