@charset "utf-8";

/*Custom Style*/

#postStatsGraph {
    overflow-x: auto;
    margin: 15px 0;
}

.postStatsGraph ul {
    text-align: center;
    font-size: 0;
    margin: 20px 0 8px;
    white-space: nowrap;
}

.postStatsGraph ul li {
    padding-right: 4px;
    position: relative;
    display: inline-block;
	min-width: 60px;
	text-transform: uppercase;
}

.postStatsGraph ul li:last-child {
    padding-right: 0;
}

.postStatsGraph .percentBar {
    position: relative;
}

.postStatsGraph .percentCount {
	font-size: 12px;
    padding: 7px 0;
    font-weight: 600;
    width: 30px;
    height: 30px;
    position: relative;
    bottom: 16px;
    margin: auto;
    border-radius: 50px;
}

.postStatsGraph .actionBtn {
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 0;
    display: block;
	margin-top: 4px;
	font-size: 12px;
}

/*Repeat*/