﻿
.label {
    font-weight: normal;
    white-space: normal;
    margin: .25em;
}
.label-project {
    background-color: #e8a356;
}
.label-set {
    background-color: #5cb85c;
}
.progress-mini {
    width: 230px;
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 6px;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.progress-bar-mini {
    -webkit-box-shadow:none;
    box-shadow:none;
}

hr {
    margin-top:2px;
    border-top: 1px solid #aaa;
}