@media only screen and (max-width: 1280px) {
	.top-container .user-options { margin-right: 1%; }
}
@media only screen and (max-width: 1250px) {
	.top-container .user-options { margin-right: 2%; }
}
@media only screen and (max-width: 1230px) {
	.top-container .user-options { margin-right: 3%; }
}
@media only screen and (max-width: 1200px) {
	.top-container .user-options { margin-right: 4%; }
}
@media only screen and (max-width: 900px) {
	.top-container .user-options { margin-right: 5%; }
}
@media only screen and (max-width: 768px) {
	#newsletter-bar { display: none !important; }
}

