.meter {
    width: 200px;
    min-height: 5px;
}

.cell {
    width: 15%;
    border: solid #fff 1px;
    display: block;
    float: left;
    min-height: 5px;
    background-color: #ccc;
}

span.strength-text {
    padding-right: 40px;
    font-size: 8px;
    float: right;
    margin-top: -7px;
}
