.changeSite {
	position: fixed;
	xtop: 15%;
	right: -.5rem;
	padding: 3rem 1rem 3rem 1.5rem;
	background-color: #eee;
	border-radius: 50%;
	z-index: 10;
}
.changeSite {
	xbottom: 5%;
	xright: 1%;
	top: 10rem;
	right: 1rem;
	padding: 1.5rem;
	background-color: #222;
	border-radius: 50px;
}
.changeSite select {
	width:150px;
	background-position: calc(100% - 10px) 50%;
	background-image: url("//media.travsrv.com/appSkins/64/v6/themes/global/skins/images/icons/down-gray.svg?v=3");
	background-repeat: no-repeat;
	background-size: 12px;
	x-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border:none;
	border-radius: 10px;
	padding: 0 0 0 .25rem;
}
#theConfirmationButton {
	display:block;
}