._cc_progress * {
    box-sizing: border-box;
}
._cc_progress .meter .labl {
    margin-left: 10px;
}
._cc_progress .meter {
    width: 250px;
    height: 20px;
    margin: 10px;
    border: 1px solid #aaa;
    border-radius: 3px;
    position: relative;
}
._cc_progress .mercury {
    position: absolute;
    background-color: #def3f2;
    background: linear-gradient(top, #e4f5f5, #5da6a6);
    background: -moz-linear-gradient(top, #e4f5f5, #5da6a6);
    background: -webkit-linear-gradient(top, #e4f5f5, #5da6a6);
    width: 0%;
    height: 100%;
}
._cc_progress .percent {
    font-size: 12px;
    left: 47%;
    position: absolute;
    top: 0;
}