ul.awardsPostbitList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

ul.awardsPostbitList>li {
    height: 24px;
    margin-bottom: 2%
}

ul.awardsPostbitList>li img {
    height: 100%;
    vertical-align: middle
}

ul.awardsPostbitList>li:last-child {
    margin-bottom: 0
}

.awardsPostbitCarousel {
    margin-bottom: 0 !important
}

.awardsPostbitCarousel div.carousel-item {
    text-align: center;
    padding: 5px 5px
}

.awardsPostbitCarousel div.carousel-item img {
    height: 25px
}

.awardsPostbitCarousel .lSSlideOuter .lSPager.lSpg>li {
    height: 16px;
    line-height: 16px;
    padding: 0 3px
}

.awardsPostbitLevelGraph {
    display: flex;
    align-items: center
}

.awardsPostbitList+.awardsPostbitLevelGraph,.awardsPostbitCarousel+.awardsPostbitLevelGraph {
    margin-top: 3px
}

.awardsPostbitLevelGraph .awardLevelProgress-graph {
    flex: 1 0 auto
}

.awardsPostbitFeatureBtn {
    text-align: center
}

.awardsPostbitList+.awardsPostbitFeatureBtn,.awardsPostbitCarousel+.awardsPostbitFeatureBtn,.awardsPostbitLevelGraph+.awardsPostbitFeatureBtn {
    margin-top: 3px
}

@media (max-width: 990px) {
    .awardsPostbitContainer {
        display:none
    }
}

		
		
		
		