/*
* Skills & Language
*/

.custom-progress-bars:after {
    content: '';
    display: block;
    clear: both;
}
.custom-progress-bars .progress-label {
    float: left;
    width: 30%;
    clear: both;
    margin-top: 10px;
}
.custom-progress-bars .progress {
    float: left;
    width: 70%;
    height: 3px;
    margin-top: 20px;
}

.custom-progress-bars .progress .progress-bar {
    background-color: #1e1e1e;
    overflow: visible !important;
    height: auto;
}