.grecaptcha-badge {
	display: none;
}

.logo {
	font-weight: normal;
}

#current a {
	color: blue;
	font-weight: bold;
}

.logo li a:hover, .logo li a:active {
	color: #4b81e8 !important;
	font-weight: bold;
	/* border-bottom: 2px solid #4b81e8; */
}

#cart {
	display: none;
}

.downloadbutton {
	font-weight: 400;
	font-size: 1rem;
	cursor:pointer;
}

@media ( max-width : 765px) {
	#cart {
		font-size: 15px;
		color: #4b81e8;
		display: inline-block;
	}
	.downloadbutton {
		margin-top: 20px;
		width: 100%;
	}
	.sysreq {
		width: 70%;
	}
}

@media screen and (max-width: 1200px) and (min-width: 766px) {
	.sysreq {
		width: 90%;
	}
}

.downloadbutton:hover {
	box-shadow: 0 5px 20px -7px rgb(0 0 0 90%) !important;
}

.alink {
	color: #4d4d4d;
}

.alink:hover {
	color: blue;
}
