.progress-calendar {
    min-width: 100%;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 0px;
   display: block;
	/* Important Thing */
	-webkit-appearance: none;
	border: none;
	box-shadow: black 0px 0px 3px inset, rgba(255, 255, 255, 0.2) 0 0 2px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.2);
color: #fff;
  max-height: 20x;
  min-height: 20px;
  border-radius: 17px;

font-style: none !important;
	
}
.progress.active .progress-bar {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;

	
}
.progress-calendar h4 {
    font-size: 25px;

	color: #fff;
}
.progress {
    height: 20px;
    position: relative;
    margin-bottom: 3px;

	
}

.progress i.tick {
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    font-size: 15px;
 
    height: 100%;

	color: #fff;
	   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 
	   
	
}

.progress i.tick {
    border-right: 1px solid #999999;
	
}
.progress i.tick:last-of-type {
    border-right: 0;
}
.progress i.tick.small {
    font-size: 25px;

    border-right: 0;

}
.progress i.tick.medium {
    font-size: 25px;


}

