hr {
	margin: 10px 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 1px solid #eee;
}
:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}

.courses{
	margin:100px 0px;
	min-height:80vh;
}
.courses-item{
	padding:10px;
}
.courses .courses-item{
	width:100%;
}
.courses .courses-item-left{
	float:left;
	width:45px;
}
.courses .courses-item-left a.courses-icon{
	width:45px;
	height:45px;
	line-height:45px;
	display:inline-block;
	color:#fff;
	font-size:30px;
	border-radius:3px;
	text-align:center;
	margin-top:5px;
}
.courses .courses-item-right{
	position:relative;
	margin-left:60px;
}
.courses .courses-item-right h4{
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
	margin:0px;
}
.courses .courses-item-right h4 a{
	color:#771114;
}
.courses .courses-item-right p{
	color:#2B363A;
	line-height:25px;
	margin:0px;
	text-align: justify;
}

.courses .tblmin td, th{
  text-align: center;
}

.tblmin{
  line-height: 1em;
}

@media (min-width: 600px) {
  .tblmin{
    max-width: 85%;
	margin: 0 auto;
  }    
}

.tblmin td{
  width: fit-content;
}

.progress{
  margin: 10px;
  height:35px;
  font-size: 1.5em;
}

