.progress {
    height: 26px;
    margin-bottom: 2px;
}

.progress-bar {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: right !important;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
}

.item-result {
    padding: 3px 5px;
    background-color: #fafafa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 6px;
    margin-bottom: 5px;
}

.resultp {
    margin-bottom: 5px;
}

.item-result:hover {
    background-color: #fff;
}

.error, .margin10 {
    margin: 10px;
}

h3 {
    margin-top: 10px;
}

.btn btn-success {
        color: #6c385b;
    }
