@font-face {
	font-family: CelestiaMediumRedux;
	src: url(/styling/CelestiaMediumRedux_alt1.55.ttf);
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
}
.btn {
	position: relative;
	width: 157px;
	max-width: 157px;
}
.btnspan {
	position: absolute;
	font-family: CelestiaMediumRedux;
	color: white;
	filter: drop-shadow(1px 1px 1px rgb(48,48,48));
	-webkit-filter: drop-shadow(1px 1px 1px rgb(48,48,48));
}
