.cell .progress {
    background-color: #BDBDBD;
    position: relative;
}

.progress-bar {
    min-width: 2em;
    max-width: 100%;
}

.progress-bar > span.progress-label {
    position: absolute;
    color: #ffffff;
    text-shadow: 1px 1px 3px black;
}

span.progress-label.left {
    left: 10px;
}

span.progress-label.right {
    right: 10px;
}

.progress.only-rate span.progress-label.right {
    display: none;
}

.progress.only-value span.progress-label.left {
    display: none;
}
