.coverage-cell-outer {
    border: 1px solid var(--dark-grey);
    border-radius: 10px;
}

.coverage-cell-inner { /* Bootstrap table. */
    padding: 4px 7px;
    border-radius: 10px;
    min-width: 5.5em; /* All percentages should use same width. */
}

.coverage-jenkins-cell-inner { /* Jenkins table. */
    padding: 1px 5px;
    border-radius: 10px;
    min-width: 4.5em; /* All percentages should use same width. */
}

.coverage-cell-link:hover {
    text-decoration: none;
}

