.ltr .cosmos-header #current_sunspot {
	right: 20px  !important;
}

.rtl .cosmos-header #current_sunspot {
	left: 20px !important;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	ltr .cosmos-header #current_sunspot {
		right: 10px  !important;
	}

	.rtl .cosmos-header #current_sunspot {
		left: 10px !important;
	}
}
