

#pwindicator {
    margin-top: 4px;
    width: 150px;
}

.bar {
    height: 2px;
}

.pw-very-weak .bar {
    background: #d00;
    width: 30px;
}

.pw-very-weak .label {
    color: #d00;
}

.pw-weak .bar {
    background: #d00;
    width: 60px;
}

.pw-weak .label {
    color: #d00;
}

.pw-mediocre .bar {
    background: #f3f01a;
    width: 90px;
}

.pw-mediocre .label {
    color: #f3f01a;
}

.pw-strong .bar {
    background: #6bd431;
    width: 120px;
}

.pw-strong .label {
    color: #6bd431;
}

.pw-very-strong .bar {
    background: #3b8611;
    width: 150px;
}

.pw-very-strong .label {
    color: #3b8611;
}

.fork img {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.download {
    float: right;
}