
.stats {
    /*float: left;*/
	align-content:center;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: opx;
    /*margin-left: 0!important;*/
    border-bottom: 1px solid #67B0D1;
	border-top: 1px solid #67B0D1
}
.stats li {
    padding: 10px 0 10px 0;
    display: inline-block;
    margin-right: 25px
}
.stats .difficulty {
    background-image: none;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 0
}
.dif-indicator {
    display: inline-block;
    padding: 0 0 0 11px;
    transform: translateY(6px)

}
.dif-indicator span {
    display: inline-block;
    width: 15px;
    height: 26px;
    background: rgba(255, 255, 255, 1);
    transform: skewX(-25deg);
    margin: 0 2px;
		border:1px solid #67B0D1;
}
.dif-indicatorm span {
    display: inline-block;
    width: 7px;
    height: 15px;
    background: rgba(255, 255, 255, 1);
    transform: skewX(-25deg);
    margin: 0 2px;
		border:1px solid #67B0D1;
}
.difficulty .one span:first-child {
    background: #27a54b
}
.difficulty .two span:nth-child(-n+2) {
    background: #27a54b
}
.difficulty .three span:nth-child(-n+3) {
    background: #27a54b
}
.difficulty .four span:not(:last-child) {
    background: #27a54b
}
.difficulty .five span {
    background: #27a54b
}
.stats .distance {
    background-image: none;
    font-size: 20px;
    padding-left: 0!important
}
.stats .distance .km {
    font-family: "Gotham-Book", Helvetica, arial, sans-serif;
    font-size: 20px
}
.stats .elevation {
    font-size: 20px;
    padding-left: 45px;
    background: url(../img/icon-elevation-green.png) left center no-repeat;
    background-size: 36px auto
}
.stats .time {
    font-size: 20px;
    padding-left: 33px;
    background: url(../img/icon-time.png) left center no-repeat;
    background-size: 23px auto
}
.wpb_wrapper{
	text-align:center;
}