main a:not(p a) {
    display: block;
}

fieldset {
    background-color: lightgray;
    padding: 1rem;
}

.d-none {
    display: none;
}

.box {
    background-color: #005983;
    color: white;
    border-bottom: 1px solid white;
}

.box h1 {
    font-weight: bold;
}

.box h1:last-child {
    margin-bottom: 0;
}

nav[aria-label="breadcrumb"] {
    background-color: #005983;
    border-bottom: 1px solid white;
}

ol.breadcrumb {
    margin-bottom: 0;
    color: white;
}

ol.breadcrumb a {
    color: white;
}

h2.overview {
    background-color: #c2ecff;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

ul.item-list {
    list-style-type: none;
    padding: 0;
}

ul.item-list li > a {
    color: white;
    text-decoration: none;
    background-color: #005983;
    border-bottom: 1px solid white;
}

ul.item-list li > a:hover {
    background-color: #0092d6;
}

ul.item-list li > a > p {
    margin: 0;
}