#js-user-survey-promo {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1001;
}

@media screen and (max-width: 640px) {
	#js-user-survey-promo {
		display: none!important;
	}
}

#js-user-survey-promo,
#js-user-survey-promo .button {
	font-size: 13px;
}

#js-user-survey-promo .description {
	font-size: 1.1em;
}

#js-user-survey-promo .close.icon {
	cursor: pointer;
}
