/* Add here all your CSS customizations */
.beta-button{
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid;
	border-radius: 10px;	
	padding: 0px 5px 0px 5px;
	font-size: 10px;
	line-height: 15px;
	color: white;
	background-color: #777777;
}

.nav-active .beta-button{
	background-color: #0088cc !important;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
  }