#toolbar-launch {
	position: absolute;
	padding: 0;
	/*top: 0px;
	left: 100%;*/
}

/* @media only screen and (min-width: 300px) and (max-width: 450px) {
	#toolbar-launch {
	top: -3px;
	left: 25%;
	}
}
@media only screen and (min-width: 451px) and (max-width: 579px) {
	#toolbar-launch {
	top: -3px;
	left: 52%;
	}
}

@media only screen and (min-width: 580px) and (max-width: 650px) {
	#toolbar-launch {
	top: -3px;
	left: 96%;
	}
}
#toolbar-launch img {
	padding: 0;
	opacity: 0.6;
} */