.weatherTab dd i {
	margin-left: 10px;
	cursor: pointer;
}

.weatherTab .options {
	display: none;
	font-family: 'DIN Next LT W01 Bold';
	font-size: 39px;
	line-height: 37px;
	color: #000;
	margin-bottom: 20px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	background: url(/includes/public/assets/images/pattern_light.png);
	width: 40%;
	padding: 20px;
	margin-top: -8px;
	box-shadow: 13px 8px 20px 0px rgba(0, 0, 0, 0.08);
}
.weatherTab .options .option:hover {
	color: #ec008c;
}

@media only screen and (max-width: 64em) {
	.weatherTab .options {
		font-size: 28px;
		line-height: 32px;
	}
}