/* style the status bar at top of screen */
.start-status {
    background-color: lightgray;
    color: black;
}

.success-status {
    background-color: lightgreen;
    color: black;
}

.error-status {
    background-color: red;
    color: white;
}

