.WELCOME {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--ps-color-dark-blue);
    padding-bottom: 0.6rem;
}

div.container-no-scroll {
    /* screen minus header */
    height: calc(100% - 2.6rem);
}

.navbar-toggler.tpg-button:focus {
    border: none;
    box-shadow: none !important;
}

button.help-header {
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
}

body {
    margin: 0.6rem;
}

.help-left {
    background-color: var(--ps-color-light-blue-lighter);
}

ul {
    padding-left: 1rem;
    list-style-type: circle !important;
}

ul.category {
    padding-left: 2.5rem;
    list-style-type: disc !important;
}

ol.category {
    padding-left: 2.5rem;
}

li a {
    display: block;
}

dl.category {
    display: grid;
    column-gap: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    justify-content: start;
    grid-template-columns: auto auto;
}

dt.category {
    margin-left: 1rem;
    display: list-item;
    list-style-type: disc;
}

dt img.category {
    height: 1.2rem;
    padding-left: 0.6rem;
}

table.category {
    margin: auto;
    text-align: center;
    border-collapse: collapse;
}

table.category td {
    border: 1px solid var(--ps-color-black);
}

h3.category {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--ps-color-black);
}

a:hover:not(.disabled) {
    color: red !important;
}
