#eafl-tools-progress-container {
    width: 100%;
    max-width: 300px;
    height: 20px;
    margin: 10px 0;
    border: 1px solid black;
    background-color: white;
}

#eafl-tools-progress-bar {
    width: 0%;
    height: 100%;
    background-color: #4484ce;
}

#eafl-tools-finished {
    display: none;
}