.fill-container {
    width: 100%; /* Full width */
    background-color: #ddd; /* Grey background */
}

.fill-bar {
    line-height: 200%; /* Expand the height of the container */
}

.fill-bar-text {
    padding-left: 5px; /* Add some left padding */
    color: black; /* Black text color */
    white-space: nowrap; /* Prevent line wrapping on small fill bars */
}