table {
	font-weight: 400;
}
table.licensedetails {
	margin-top: 10px;
}

.licensedetails th {
	border: 0px;
	vertical-align: top;
	font-weight: 400;
	padding: 0;
}

.licensedetails td {
}

fieldset.licensedetails {
	margin-top: 5px;
}

fieldset.licensedetails legend {
	font-weight: 400;
	font-size: 1.2em;
}

.license-paymentstatus {
	font-size: 1.2em;
	font-weight: 400;
	margin-top: 1em;
	color: #00457c;
}

.license-commentinvoice {
	margin-top: 30px;
	font-size: 18px;
	display: inline-block;
	color: #444;
	font-weight: 500;
}

.licensedetails .license-price {
	font-size: 1.3em;
	padding-right: 20px;
	width: 100px;
	vertical-align: top;
}

.licensedetails .license-paid {
	border-radius: 5px;
	font-weight: 500;
	color: #00AA00;
}


.licensedetails a.paybutton {
	color: #fff !important;
	text-align: center !important;
	background-color: #0079c1;
	background: -moz-linear-gradient(center bottom, #0079c1 0%, #0079c1 20%, #00a1ff 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #0079c1), color-stop(20%, #0079c1), color-stop(100%, #00a1ff));
	background: -webkit-linear-gradient(bottom, #0079c1 0%, #0079c1 20%, #00a1ff 100%);
	background: -ms-linear-gradient(bottom, #0079c1 0%, #0079c1 20%, #00a1ff 100%);
	background: -o-linear-gradient(bottom, #0079c1 0%, #0079c1 20%, #00a1ff 100%);
	background: linear-gradient(bottom, #0079c1 0%, #0079c1 20%, #00a1ff 100%);
	-moz-box-shadow: 0 1px #4dbeff inset;
	-webkit-box-shadow: 0 1px #4dbeff inset;
	box-shadow: 0 1px #4dbeff inset;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px !important;
	border-color: #0079c1 #00588B #004B77 !important;
	border-style: solid !important;
	border-width: 1px !important;
	height: 1.4545em !important;
	padding: 8px 12px !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	cursor: pointer !important;
	display: block;
    margin: 0 auto;
    max-width: 264px;
}

.licensedetails a.paybutton:hover {
	text-shadow: 0 -1px #004C77;
	background-color: #005282;
	background: -moz-linear-gradient(center bottom,#005282 0,#005282 20%,#0083CF 100%);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#0079C1),color-stop(20%,#0079C1),color-stop(100%,#00A1FF));
	background: -webkit-linear-gradient(bottom,#005282 0,#005282 20%,#0083CF 100%);
	background: -ms-linear-gradient(bottom,#005282 0,#005282 20%,#0083CF 100%);
	background: -o-linear-gradient(bottom,#005282 0,#005282 20%,#0083CF 100%);
	background: linear-gradient(bottom,#005282 0,#005282 20%,#0083CF 100%);
	border-color: #00629B #004872 #003B5D;
	-moz-box-shadow: 0 1px #1794dc inset;
	-webkit-box-shadow: 0 1px #1794DC inset;
	box-shadow: 0 1px #1794DC inset;
	text-decoration: none !important;
}



.paymentnote {
	margin-top: 10px;
	font-weight: 300;
}

.acceptedcards {
	margin-top: 14px;
	font-size: 16px;
}

.acceptedcards img {
	margin-right: 5px;
	vertical-align: middle;
}

email {
	text-transform: lowercase !important;
}

#content h1.title {
	display: none !important;
}

@media screen and (max-width: 700px) {
	.licensedetails {
		width: 100% !important;
		margin-top: 1em;
		margin-bottom: 2em;
	}
}
