.rp-bar {
    width:100%;
    height:8px;
    background:#eee;
    border-radius:4px;
    overflow:hidden;
    display:none;
    margin-top:6px;
}
.rp-bar span {
    display:block;
    height:100%;
    width:0%;
    background:#81d742;
}
.rp-status {
    margin-top:6px;
    font-size:13px;
}
.rp-zip-wrap {
    margin-top:20px;
}
