html {
    font-size: 10pt;
    height: 100.05%;
}

body {
    height: 100.05%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table caption {
    border-top: 1px solid #ddd;
    caption-side: bottom;
    font-size: smaller;
    text-align: right;
}

table tr td span.subscript {
    font-size: smaller;
    color: gray;
    display: block;
}

#action-buttons .btn {
    margin-bottom: 0.5em;
}

.card {
    margin-bottom: 1.5em;
}

.card table th {
    width: 8em;
}

.form-group small {
    margin-left: 1rem;
}

.progress-bar-text {
    position: relative;
    width: 100%;
    right: 8px;
    text-align: right;
    overflow: visible;
}

.progress-bar-action-icon {
    position: relative;
    width: 100%;
    left: 8px;
    text-align: left;
}

.progress-bar-action-icon a {
    color: white;
}