/* explore-db-progressbar.css */
#db-completeness-bar {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
}

.progressbar-text {
    position: absolute;
    right: 10px;
    top: 0;
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
}