.insyte-statBar {
    height: 70px;
    width: 100%;
    max-width: 290px;
    border: solid 2px #000;
    border-radius: 5px;
    margin: 10px auto;
    background: #fff;
}

.insyte-statBar .fill {
    height: 100%;
    background: #c92c2e;
    transition: all 2s;
}

.insyte-statBar.inactive .fill {
    width: 0 !important;
    transition: none;
}