/* Add here all your CSS customizations */
@media only screen and (max-width: 768px) {
	.select-top {
		width: 230px;
	}
	.select-top-small {
		width: 150px;
	}
	.button-top a {
		width: auto;
	}
}

@media only screen and (max-width: 480px) {
	.select-top,
	.select-top-small,
	.button-top,
	.button-top a {
		width: 100% !important;
	}
}
