﻿.table-of-content > li {
    padding: 4px 0px;
}

.help-heading h3 {
    margin: 0px;
    color: #006;
    font-weight: 600;
}

.help-heading {
    padding: 35px 15px !important;
    padding-bottom: 25px !important;
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 5px;
    background-image: url(/Images/ui-bg-highlight-soft.png);
    background-repeat: repeat-x;
    background-color: #EEEEEE;
    border: 1px solid #eeeeee;
}

    .help-heading h3 > span {
        width: 30px !important;
        display: block;
        float: left;
    }

td {
    padding: 4px;
}

tr {
    border-bottom: 1px dotted var(--secondary-color);
}

.help-heading strong {
    background-color: yellow;
    padding: 2px;
    font-size: .9em;
}

table {
    width: 100%
}

img {
    object-fit: contain;
}