
.weblator-chart-container .weblator-chart-legend .weblator-chart-legend-title span{

    margin-left:5px;
    vertical-align: top;
    font-size: 14px;

}

.weblator-chart-container .weblator-chart-legend .weblator-chart-legend-title .weblator-chart-legend-box {

    width: 15px;
    height:15px;
    display:inline-block;

}

.weblator-chart-container ul.weblator-chart-legend.tl,
.weblator-chart-container ul.weblator-chart-legend.bl {
    text-align: left;
}

.weblator-chart-container ul.weblator-chart-legend.tm,
.weblator-chart-container ul.weblator-chart-legend.bm {
    text-align: center;
}

.weblator-chart-container ul.weblator-chart-legend.tr,
.weblator-chart-container ul.weblator-chart-legend.br {
    text-align: right;
}

.weblator-chart-container ul.weblator-chart-legend {
    list-style-type: none;
    margin:0;
}

 .weblator-chart-container ul.weblator-chart-legend.tm > li,
 .weblator-chart-container ul.weblator-chart-legend.bm > li {
    display: inline-block;
}

.weblator-chart-container ul.weblator-chart-legend li .weblator-label {
    display: inline-block;
    margin-left:5px;
    margin-right: 5px;
    vertical-align: top;
}

.weblator-chart-progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -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);
}
.weblator-chart-progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.weblator-chart-progress-striped .weblator-chart-progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.weblator-chart-progress.active .weblator-chart-progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.weblator-chart-progress-bar-success {
    background-color: #5cb85c;
}
.weblator-chart-progress-striped .weblator-chart-progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.weblator-chart-progress-bar-info {
    background-color: #5bc0de;
}
.weblator-chart-progress-striped .weblator-chart-progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.weblator-chart-progress-bar-warning {
    background-color: #f0ad4e;
}
.weblator-chart-progress-striped .weblator-chart-progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.weblator-chart-progress-bar-danger {
    background-color: #d9534f;
}
.weblator-chart-progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.data-set-legend {
    list-style-type: none;
    position: relative;
    text-align: center;
    font-size: 12px;
}

.data-set-legend li {
    display: inline-block;
    margin-right:10px;
    line-height: 15px;
}

.data-set-legend li .weblator-chart-legend-box {
    float:left;
    margin-right: 5px;

}

.data-set-legend li .weblator-label {
    float:right;
    font-size: 12px;
}
