/*
 * CSS
 *
 */

.words-progress {
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

span.popHave {
    background-color: #5BC0DE;
    font-size:xx-small;
}

span.popRemain {
    background-color: LightGray;
    font-size:xx-small;
}

span.popBig {
    font-size:medium;
}
