@font-face {
  font-family: "Arial";
  src: url("../css/DIN Condensed Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url("../css/fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
}
html {
	font-size:16px;
}

body {
	background-color:#f1f1f1;
}

.text-bg-dark {
  color: #fff !important;
	background-color:#fff;
}
.text-bg-light {
	color: #000 !important;
	background-color:#fafafa !important;
}
#banner-content {
	background-image:url(/images/background.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	padding-right: 0;
	height: 300px;
	width: 100%;
	background-size: cover;
	border-radius:20px;
}

#filters {
	margin-top:25px;
	margin-bottom:25px;
}
.filter-title {
	background-color:#f9dd4a;
	height:64px;
	padding:3px;
	font-family: Roboto, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#000;
	margin:0;
	padding-top:16px;
	border-radius:4px;
}
.filter-title img {
	margin-left:57px;
	margin-right:44px;
}
.filter-title.selected {
	background-color:#01ab93;
	color:#fff;
}
.filter-title a {
	text-decoration:none;
	color:#000;
}
.filter-title.selected a {
	color:#fff;
}
#inner-content {
	text-align:center;
	width:90%;
	display:block;
	padding:40px;
	border:2px solid red;
	margin-top:200px;
}

.panel {
	background-color: rgb(255 255 255);
	color:#000;
	margin:20px;
	padding:60px;
	padding-bottom:20px;
	padding-top:20px;
	font-size: 20px;
	z-index:1;
}
.panel-padding {
	margin:20px;
	padding:60px;
	padding-bottom:10px;
	padding-top:10px;
}
.panel-right-padding {
	margin:20px;
	padding:0px;
	padding-left:20px;
}
.admin-panel {
	background-color: rgb(255 255 255);
	color:#000;
	font-size: 20px;
	padding-bottom:20px;
}

ul.pagination li {
    border:1px solid pink;
    padding:4px;
}
ul.pagination li.active {
	background-color:#f2f2f2;
}

ul.pagination li a {
	text-decoration:none;
}

p.update-info {
	font-style:italic;
	font-size:12px;
	color:#9a8020;
}

p.quote {
	font-style:italic;
	font-size:12px;
}

.panel h2 {
	font-weight:bold;
}
.video-panel {
	z-index:1;
}
.download-info {
	color:#bcbc89;
	font-style:italic;
	font-size:12px;
	color:#7a8020;
}

#courses-list li {
	border-bottom: 2px solid #f1f1f1;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	font-size: 20px;
}
#courses-list .row {
	border-bottom: 2px solid #f1f1f1;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	font-size:20px;
	z-index:1;
}
.open-course-button:hover {
	border-radius:20px;
	background-color:black;
	width:100px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
}
.open-course-button {
	border-radius: 20px;
	background-color:#e60f05;
	width:100px;
	height:30px;
	color:#fff;
	text-align:center;
}
.open-course-button a {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	margin-top:3px;
}
.course-update-info {
	font-size:12px;
	background-color:#fff;
/*	width:80px;*/
	height:30px;
	line-height:30px;
	color:#e90f05;
	text-align:center;
	border:1px solid pink;
	margin-left:6px;
	display:inline-block;
	width:10%;
	position:relative;
	z-index:-1;
}

header {
	background-color:#ffffff;
	height:70px;
	margin-top:6px;
	position:sticky;
	top:0;
	z-index:100;
}
.nav-link {
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.nav-link.selected {
   background: url(../images/yellow-underline.png)no-repeat;
}

.text-secondary {
	color:#000;
}

.title {
	color:#000;
	padding:60px;
	padding-bottom:20px;
}
.title h1 {
	font-family: Arial, sans-serif;
	color:white;
	background-color:black;
	font-size:5.5em;
	line-height:.95em;
	font-weight:bold;
	text-align:center;
	padding:10px;
	padding-top:18px;
	display:block;
	border-radius:50px;
}
.register-button {
	float:right;
	background-color:#E60F05;
	color:#fff;
	border-radius:10px;
}
.register-button button.btn {
	float:right;
	background-color:#E60F05;
	color:#fff;
	font-weight:bold;
	font-size:1.4em;
	padding-left:30px;
	padding-right:30px;
	border-radius:10px;
}

.register-button button.btn:hover {
	float:right;
	background-color:black;
	color:#fff;
}
.action-button:hover {
	background-color:orange;
	color:#fff;
	display:inline-block;
	border-radius:10px;
	font-size:15px;
}
.action-button {
	background-color:#E60F05;
	color:#fff;
	display:inline-block;
	border-radius:10px;
	font-size:15px;
	margin-top:10px;
}
.action-button button.btn {
	color:#fff;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
	font-size:1.1em;
}
.full-button {
	background-color:#E60F05;
	color:#fff;
	display:inline-block;
	border-radius:10px;
	font-size:15px;
	margin-top:10px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	font-size:1em;
	width:50%;
}
.full-button:hover {
	background-color:#000;
	color:#fff;
}
.panel-footer {
	text-align:center;
	color:#444;
}
#courses-note {
	text-align:center;
	color:#444;
	font-size: 17px;
}
.title_hr hr {
	width:15%;
	height:3px;
	margin-bottom:40px;
	border:0;
	color:#e6272a;
	background-color:#e6272a;
	opacity:1;
}
.report-column {
	text-align:center;
}
.report-table {
	width:100%;
}
.report-table th {
	background-color:#eaeaea;
	color:#444;
}
.report-table td,.report-table th {
	padding:8px;
	text-align:left;
	font-size: 13px;
	border-bottom: 3px solid white;
	overflow: hidden;
}

.table td,.table th {
	padding:8px;
	text-align:left;
	font-size: 17px;
	border-bottom: 3px solid white;
	border:1px solid pink;
}

#register-container {
	position:relative;
}
#register-bottom {
	position:absolute;
	bottom:0;
	width:100%;
}
.gray-text {
	color: #777;
}
.help-block {
	font-size:0.9em;
	color:#d33;
}
.form-group {
	margin-bottom:10px;
}
.forgot-password {
	float:right;
	width:100%;
	text-align:right;
}
.forgot-password a {
	text-decoration:none;
	color:#444;
}
.login-label {
	margin-top:28px;
}
.register-column {
	padding-left:3em;
}
.login-column {
	border-right:1px solid #ddd;
	padding-right:3em;
}
.amber-warning {
	color:#d33;
	font-size:12px;
}
#change-password-form .amber-warning {
	font-size:15px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.fade:not(.show) {
  opacity: 1;
}
.footer {
	padding:20px;
}
.footer-copyright {
	text-align:center;
}
#menu-row {
	position:relative;
	background-color: #f1f1f1;
	width:100%;
	color:#fff;
	margin-top:16px;
	height:42px;
	padding-bottom:55px;
	text-align:center;
}
.nav li a {
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: #545454;
  padding-top: -10px;
  display: inline-block;
  text-transform:uppercase;
  font-size: 25px;
}
.nav li a:hover {
	color:black;
	background-color:rgba(0,0,0,0);
}

#domain-info {
	font-style:italic;
	color:#555;
}
/* Hide Radio buttons for flag selection */
input.language-selector {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* IMAGE STYLES */
[type="radio"] + img {
  cursor: pointer;
  width: 125px;
  margin: 2px;
  margin-left: 10px;
  padding: 1px;
}

/* CHECKED STYLES */
[type="radio"]:checked + img {
  outline: 5px solid yellow;
}
.inline-label {
  display: inline-block;
}
.panel-title {
	font-size:45px;
	margin:20px 0;
	color: #e60f05;
	font-family: Arial ,san-serif;
}
.belron-select {
	font-size:1.5em;
	margin-top:4px;
	border-radius: 10px;
}
.action-button.btn {
	border-radius:0;
	font-size:1.1em;
	padding-left:30px;
	padding-right:30px;
	border-radius:10px;
	font-weight:bold;
}
/**
 * File uploader
 **/
#fileupload_view {
    min-width:417px;
    height:62px;
    background: url(../images/fileupload.png)no-repeat;
    margin:8px 0 20px 0;
    border:0;
    border-radius:.25rem;
}
#commentupload_view {
    min-width:288px;
    height:62px;
    background: url(../images/commentfileupload.png)no-repeat;
    margin:8px 0 20px 0;
    border:0;
    border-radius:.25rem;
}
.progress .determinate {
  background-color: #26a69a;
  transition: width .3s linear;
}
button a {
	text-decoration:none;
}
.modal-content {
	background-color:#f5f3ef;
}
.login-blurb {
	height:236px;
}
.belron-column {
	margin:0px;
	padding:5px;
	background-color:#fff;
	border-radius:6px;
}
.belron-link {
	border:2px solid #e60f0b;
	color:#e60f0b;
	border-radius:3px;
	padding:10px;
	text-decoration:none;
}
a.belron-link {
	text-decoration:none;
}
.small-para {
	line-height:10px;
}
.comments-text {
	font-style:italic;
}
.belron-tab-bar {
	background:#f1f1f1;
	height:45px;
	color:#164245;
	border-radius:8px;
	margin-top:20px;
	padding-left:40px;
}
.belron-tab-item {
	display:inline-block;
	padding:10px;
	width:200px;
}
.belron-tab-item a {
	text-decoration:none;
	color:#164245;
}
.belron-tab-item.active-tab {
   background: url(../images/yellow-underline-lg.png)no-repeat;
}
.centered {
	border:1px solid pink;
	margin:0 auto;
	text-align:center;
}
.text-warning {
	color:#8a6d3b;
}
.text-success {
	color:#3b8a6d;
}

.category-name {
	width:160px;
	height:42px;
	display:inline-block;
	background:#E60F05;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding-top:8px;
	text-align:center;
	border:1px solid #fff;
	border:1px solid black;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}
.category-name.longtext {
	padding-top:0px;
}

.category-name:hover {
	background:black;
}
.category-name a {
	text-decoration:none;
	color:#fff;
	text-align:center;
}
.category-name.selected:hover {
	background:black;
}
.category-name.selected {
	background:#01AB93;
}
/* admin categories have less space */
#admin-categories .category-name a {
	font-size:.4em;
}

.upload-info {
	padding-top:20px;
	margin:0;
	font-weight:bold;
	color:#444;
}

#categories {
	padding-bottom:6px;
	align-items:center;
	justify-content: center;
}
.categories-front {
	padding-top:14px;
	align-items:center;
	justify-content: center;
	display:flex;
}
.video-download {
	text-decoration:none;
}

.panel table {
	table-layout:fixed;
}

.table-striped tbody tr > td {
	overflow:hidden;
}
.download_button {
	padding:10px;
}
.table th a {
	text-decoration:none;
}
.table th {
	font-size:.6em;
	color:royalblue;
}
.download-link {
	text-decoration:none;
}
#search-block {
	margin-left: auto;
	order:2;
	font-size:13px;
}
#search  {
	font-size:13px;
	float:right;
	border-radius:6px;
	color:#444;
}
.flex2-container {
    height: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.flex2-item {
    background-color: tomato;
    padding: 5px;
    width: 20px;
    height: 20px;
    margin: 10px;
    line-height: 20px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}
.red-dot {
  width:8px;
  height:8px;
  background:red;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  line-height:20px;
  vertical-align:middle;
  text-align:center;
  color:white;
  float:right;
  display:block;
}
.requires-attention {
	width:8px;
	height:8px;
	background:red;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	top:-4px;
	right:-4px;
}
#categories-search {
	border:1px solid #d82f2a;
	background:#d82f2a;
	color:#fff;
	padding:2px;
	padding-top:4px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-weight:500;
}
#search-dropdown {
	padding-left:20px;
}

#categories-search.col {
	background:#d82f2a;
}

#dropdown-categories {
	display:none;
	overflow:hidden;
	background:#fff;
	color:#444;
	font-family: Roboto, sans-serif;
	margin:10px 1px 1px 1px;
}

#dropdown-categories h2 {
	font-weight:bold;
	font-size:1.1em;
	color:#000;
	padding:8px;
	font-family: Roboto, sans-serif;
}

#dropdown-categories label {
	padding-left:8px;
	padding-right:40px;
	color:#777;
}

#topnav {
	display:none;
}

#desktop-content-notice {
	display:none;
}
#desktop-content {
	display:block;
}
#mobile-content {
	display:none;
}
#mobile-header {
	display:none;
	z-index:100;
}
.course-name {
	display:inline-block;
	width:65%;
}
.gray-text {
	display:inline-block;
	width:20%;
}
.open-course {
	background-color:#fff;
	text-align:center;
	border:0;
	border-radius:4px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	font-size:0.9em;
	border-radius: 20px;
	background-color:#e60f05;
	width:100px;
	height:30px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.course-row {
	z-index:1;
	position:relative;
}

@media only screen and (pointer: coarse) and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
	#desktop-content-notice {
		display:block;
		text-align:center;
		border:2px solid pink;
		padding:10px;
		margin-top:50px;
		margin-bottom:10px;
	}
	#desktop-content {
		display:none;
	}
	.login-blurb {
		display:none;
	}
	div#menu-row {
		display:none;
	}
	#topnav {
		display:block;
		color:#000;
		overflow:hidden;
		background-color:#fff;
		position:relative;
		margin-right:0;
	}
	#topmenulinks {
		display:none;
		clear:both;
	}
	#logo-row {
		text-align:center;
		background-color:#fff;
		border-radius:10px;
		width:90%;
		padding:10px;
		margin:0 auto;
	}
	#logo-row img {
		margin-top:13px;
	}
	#banner-content {
		display:none;
	}
	.panel {
		border-radius:10px;
		margin:0;
		--bs-gutter-x:1.1rem;
	}
	.register-button button {
		width:100%;
		border:1px solid pink;
		float:left;
	}
	.notsmall {
		display:none;
	}
	[type="radio"] + img {
		width:80px;
	}
	.panel {
		width:100%;
	}
	.login-column h2 {
		text-align:center;
		font-size:45px;
		color: #e60f05;
		font-family: Arial ,san-serif;
	}
	.login-column {
		border-right:0;
		padding-right:3em;
	}
	.register-column {
		padding-left:0;
	}
	.register-button button.btn {
		width:100%;
		border:1px solid black;
		float:left;
		margin:0 auto;
	}
	header {
		background-color:#ffffff;
		height:70px;
		margin-top:6px;
		position:relative;
		top:0;
	}
	.menu-icon {
		padding-top:1rem;
	}
	#search {
		width:50%;
		margin-top:-24px;
	}
	.action-button button.btn {
		color:#fff;
		font-weight:bold;
		padding-left:10px;
		padding-right:10px;
		font-size:1em;
	}
	.nav-link {
		color:#fff;
		font-weight:normal;
		font-size:1rem;
	}
	.nav li a {
	  font-size:15px;
   }
   input[type=text],input[type=tel],input[type=password] {
		max-width:100%;
   }
   #categories-search {
		padding-top:20px;
	}
	.login-column {
		padding-right:0;
	}
	.register-column {
		padding-left:0;
	}
	#courses-list .row {
		border-bottom: 2px solid #f1f1f1;
		padding-bottom:10px;
		padding-top:10px;
		font-weight:bold;
		font-size:.7em;
	}
	.register-column {
		padding:0;
	}
	.login-column {
		padding:0;
	}
}

@media( max-width: 700px ) {
	#desktop-content-notice {
		display:block;
		text-align:center;
		border:2px solid pink;
		padding:10px;
		margin-top:50px;
		margin-bottom:10px;
	}
	#desktop-content {
		display:none;
	}
	#mobile-content {
		display:block;
	}
	.full-button {
		width:100%;
	}
	.login-blurb {
		display:none;
	}
	div#menu-row {
		display:none;
	}
	.text-bg-light {
		color: #000 !important;
		background-color:#f1f1f1 !important;
	}
	#mobile-header {
		display:block;
		margin:5px;
		border-radius:5px;
		background-color:#fff;
		padding-top:8px;
		height:40px;
		width:97%;
	}
	.mpanel {
		background-color: rgb(255 255 255);
		border-radius:10px;
		color:#000;
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
	#login-logo {
		text-align:center;
		height:90px;
		background-color:#fff;
		border-radius:10px;
		position:absolute;
		top:9px;
		width:88%;
		z-index:100;
	}
	#login-logo img {
		margin-top:10px;
	}
	#login-title {
		font-weight:bold;
		font-size:1.7em;
		text-align:center;
	}
	#login-image img {
		text-align:center;
		width:100%;
		border-radius:10px;
		margin-top:40px;
	}
	#topnav {
		display:none;
	}
	#topmenulinks {
		display:none;
		clear:both;
	}
	#logo-row {
		display:none;
	}
	#banner-content {
		display:none;
	}
	.panel {
		border-radius:10px;
		margin:0;
		padding:10px;
		--bs-gutter-x:1.1rem;
	}
	.gray-text {
		color: #f00;
		font-size:0.7em;
		display:block;
		width:100%;
	}
	.course-update-info {
		font-size:0.8em;
		border:0;
		margin-left:0;
		padding-left:0;
		color:#bebebe;
		text-align:left;
		line-height:20px;
		width:100%;
	}
	.register-button button {
		width:100%;
		border:1px solid pink;
		float:left;
	}
	.notsmall {
		display:none;
	}
	[type="radio"] + img {
		width:80px;
	}
	.panel {
		width:100%;
	}
	.login-column h2 {
		text-align:center;
		font-size:45px;
		color: #e60f05;
		font-family: Arial ,san-serif;
	}
	.login-column {
		border-right:0;
		padding-right:3em;
	}
	.register-column {
		padding-left:0;
	}
	.register-button {
		text-align:center;
		clear:both;
	}
	#register-bottom {
		text-align:center;
		width:80%;
	}
	.register-button button.btn {
		width:100%;
		border:1px solid black;
		float:left;
		margin:0 auto;
	}
	#register-container {
		margin-top:20px;
	}
	header {
		background-color:#ffffff;
		height:40px;
		margin-top:6px;
		position:relative;
		border-radius:6px;
		top:0;
	}
	.menu-icon {
		padding-top:1rem;
	}
	#search {
		width:50%;
		margin-top:-24px;
	}
	.action-button button.btn {
		color:#fff;
		font-weight:bold;
		padding-left:10px;
		padding-right:10px;
		font-size:1em;
	}
	.nav-link {
		color:#fff;
		background-color:#fff;
		font-weight:normal;
		font-size:1rem;
		display:block;
		clear:both;
		width:100%;
	}
	.nav-bottom {
		background:#fc6589;
		margin-top:100px;
	}
	ul.nav {
		margin-top:6px;
		/*border:2px solid green;
		height:100%;*/
		/*min-height: calc(100vh - 50px);*/
  	}
	.nav li {
		display:block;
		width:100%;
		height:40px;
		border-top:2px solid #ededed;
		vertical-align:top;
	}
	.nav li a {
		font-size:15px;
		font-weight:bold;
		border:0;
		color:#171717;
		text-transform:none;
		background-color:#fff;
   }
	.nav-link.selected {
		border-bottom:3px solid #ffd93f;
		background:#fff;
	}
   input[type=text],input[type=tel],input[type=password] {
		max-width:100%;
   }
   #categories-search {
		padding-top:0px;
	}
	.login-column {
		padding-right:0;
	}
	.register-column {
		padding-left:0;
	}
	#courses-list .row {
		border-bottom: 2px solid #f1f1f1;
		padding-bottom:1px;
		padding-top:6px;
		font-weight:bold;
		font-size:.7em;
	}
	.course-name {
		display:block;
		width:100%;
	}

	.register-column {
		padding:0;
	}
	.login-column {
		padding:0;
	}
	.fa-bars {
		color:#444;
	}
	.open-course-button:hover {
		background-color:black;
		color:#fff;
	}
	.open-course {
		margin-top:16px;
		background-color:#fff;
		text-align:center;
		border:2px solid red;
		color:#f00;
		border-radius:4px;
		padding:5px;
		font-size:0.9em;
		margin-right:10px;
		width:80px;
	}
	.chevron {
		display:none;
	}
	.open-course-button {
		border-radius:0;
		background-color:#fff;
		width:100px;
		height:26px;
		text-align:center;
		border:2px solid red;
		margin-right:14px;
		color:#f00;
		border-radius:4px;
	}
	.open-course-button a {
		color:#f00;
		font-weight:normal;
		text-decoration: none;
		margin-top:6px;
	}
	.courses-link {
		margin-right:14px;
	}
	#mobile-menu-bars {
		margin-left:-13px;
	}
	.vspacer {
		margin-top:35px;
		padding-top:16px;
	}
	.bottom-padding {
		padding-bottom:10px;
	}
	.requires-attention {
		display:none;
		/*top:-23px;
		right:-28px;*/
	}
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
  	img.menu-icon {
		width:200px;
		padding:1rem;
	}
	.title h1 {
		font-size:3.5em;
	}
   #categories-search {
		padding-top:0px;
	}
	.login-blurb {
		display:none;
	}
	.register-button {
		margin-left:-120px;
	}
	.login-column {
		padding-right:0;
		border:0;
	}
	.register-column {
		padding-left:23px;
	}
	#desktop-content {
		display:none;
	}
	#mobile-content {
		display:block;
	}
	#desktop-content-notice {
		display:block;
		text-align:center;
		border:2px solid pink;
		padding:10px;
		margin-top:50px;
		margin-bottom:10px;
	}
	.gray-text {
		color: #f00;
		font-size:0.7em;
		display:block;
		width:100%;
	}
	.course-update-info {
		font-size:0.8em;
		border:0;
		margin-left:0;
		padding-left:0;
		color:#bebebe;
		text-align:left;
		line-height:20px;
		width:100%;
	}
	.open-course-button:hover {
		background-color:black;
		color:#fff;
	}
	.open-course {
		margin-top:16px;
		background-color:#fff;
		text-align:center;
		border:2px solid red;
		color:#f00;
		border-radius:4px;
		padding:5px;
		font-size:0.9em;
		margin-right:10px;
		width:80px;
	}
	.chevron {
		display:none;
	}
	.open-course-button {
		border-radius:0;
		background-color:#fff;
		width:100px;
		height:26px;
		text-align:center;
		border:2px solid red;
		margin-right:14px;
		color:#f00;
		border-radius:4px;
	}
	.open-course-button a {
		color:#f00;
		font-weight:normal;
		text-decoration: none;
		margin-top:6px;
	}
	.courses-link {
		margin-right:14px;
	}

	#courses-list .row {
		border-bottom: 2px solid #f1f1f1;
		padding-bottom:1px;
		padding-top:6px;
		font-weight:bold;
		font-size:.7em;
	}
	.course-name {
		display:block;
		width:100%;
	}

	.open-course-button:hover {
		background-color:black;
		color:#fff;
	}
	.open-course {
		margin-top:16px;
		background-color:#fff;
		text-align:center;
		border:2px solid red;
		color:#f00;
		border-radius:4px;
		padding:5px;
		font-size:0.9em;
		margin-right:10px;
		width:80px;
	}
	.chevron {
		display:none;
	}
	.open-course-button {
		border-radius:0;
		background-color:#fff;
		width:100px;
		height:26px;
		text-align:center;
		border:2px solid red;
		margin-right:14px;
		color:#f00;
		border-radius:4px;
	}
	.open-course-button a {
		color:#f00;
		font-weight:normal;
		text-decoration: none;
		margin-top:6px;
	}
	.courses-link {
		margin-right:14px;
	}
	.requires-attention {
		top:-23px;
		right:-29px;
	}
}