.xbt {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height:24px;
	text-transform: uppercase;
	color:#ffffff;
	padding: 15px 20px;
	cursor: pointer;
	overflow: hidden;
	background-color:#f39100;
	border-top: 5px solid #001d2f;
	transition: color 300ms linear;
	user-select: none;
}

.xbt span {
	user-select: none;
}

.nbt {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 20px;	
	line-height:24px;
	text-transform: uppercase;
	color:#ffffff;
	padding: 15px 20px;
	cursor: pointer;
	overflow: hidden;
	background-color:#539bb9;
	border-top: 5px solid #001d2f;
	transition: color 300ms linear;
	user-select: none;
}

.xbt:hover {	
	font-weight: 700;
	color:#f39100;
	background-color: #ffffff;
	transition: all 300ms linear;
}

.nbt:hover {
	font-weight: 700;
	color:#539bb9;
	background-color: #ffffff;
	transition: all 300ms linear;
}