.ranks .rank-item .rank-progress h5 {
    float: left;
    width: 50px;
    font-size: 12px;
    line-height: 12px;
    color: #555;
}

.ranks{
	margin:60px 0px;
}

@media(max-width: 580px){
	.ranks .col-mob{
		width:100%;
	}
}

.ranks .rank-item{
	padding:10px 10px;
	margin-top: 10px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left-width:4px;
	border-bottom:1px solid #ddd;
	border-radius:4px;
	min-height: 100px;
}

.ranks .rank-item h4{
	font-size:13px;
	line-height:23px;
	text-transform: uppercase;
	margin:0px;
	margin-bottom:5px;
	text-align:center;
}

.ranks .rank-item .rank-progress{
	position:relative;
	margin-top:2px;
}

.progress{
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ranks .rank-item .rank-progress h5{
	float:left;
	text-align: right;
	width:50px;
	font-size:12px;
	line-height:10px;
	color:#555;
	font-weight:400;
}

.ranks .rank-item .rank-progress .progress{
	margin:11px 0px 0px 55px;
}

.ranks .rank-item .rank-progress span{
  position:absolute;
  top:3px;
  right:7px;
  font-size:12px;
  line-height:10px;
  color:brown;
  font-weight:600;
}

.knob-item{
  text-align:center;
  margin:15px;
}

.course{
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  border: 1px solid #eee;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
}

.course:hover{
  background: #E8F0FC;
}

.course_active{
  background: #E8F0FC;  	
}

.course i{
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #0069d9;
}

.course span{
  display: inline-block;
  width: 100%;    
}

.course .cperiod{
  font-size: 0.8em;
}
