body {
	font-family: "nta", Arial, sans-serif !important
}

.wrapper {
	max-width: 960px;
	padding: 10px;
	margin: 0px auto;
}

.heading_line {
	height: 5px;
	background: #0070B9
}

.lms-link li {
	list-style: none
}

.lms-course h4 {
	font-weight: 700
}

#global-header-bar {
	height: 10px;
	background-color: #0070B9;
	margin-top: 1rem;
	margin-bottom: 0;
	display: block;
}

.lms-link li a {
	font-size: 17px;
	font-weight: lighter;
	color: #0070B9;
	line-height: 28px
}

fieldset {
	border: none;
	padding: 0
}

@media (min-width:641px) {
	.form-group {
		margin-bottom: 30px
	}
}

.form-group {
	margin-bottom: 15px
}

@media (min-width:641px) {
	.form-label {
		font-size: 19px;
		line-height: 1.31579
	}
}

.form-label {
	font-family: "nta", Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
	font-size: 16px;
	line-height: 1.25
}

.form-label,
.form-label-bold {
	display: block;
	color: #0b0c0c;
	padding-bottom: 2px
}

input.form-control,
textarea.form-control {
	-webkit-appearance: none;
	border-radius: 0
}

@media (min-width:641px) {
	.form-control {
		width: 50%
	}
}

@media (min-width:641px) {
	.form-control {
		font-size: 16px;
		line-height: 1.4
	}
}

.form-control {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "nta", Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
	font-size: 16px;
	width: 100%;
	padding: 6px 10px !important;
	height: auto;
	min-height: 34px;
	border: 1px solid #ccc
}

select.form-control {
	height: 34px;
	padding: 4px 8px !important;
}

/* truncated: copy full styles from legacy LMS.Admin Content/css/style.css as needed */

