
p {
    font-size: 1.15rem;
    line-height: 2rem;
    margin-bottom: 1.4rem;
}

h2 {
    margin-bottom: 1.4rem;
}

h3 {
    margin-bottom: 1.2rem;
}

.main-content  ol, .main-content ul {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    margin-top: 1.4rem;
}

.main-content ol li[data-list="bullet"] {
    list-style-type: disc;
}

.main-content a {
    color: black;
    text-decoration: underline;
}

.main-content a:hover {
    text-decoration: none;
}

.row-breadcrumbs a,
.main-content .results-table a {
    color: black;
    text-decoration: none;
}

.row-breadcrumbs a:hover,
.main-content .results-table a:hover {
    text-decoration: underline;
}

.row-byline {
    font-size: 0.9rem;
    line-height: 2rem;
}

.border-rating-very-good {
    position: relative;
    border: 3px solid #297e3c;
}

.border-rating-good {
    position: relative;
    border: 3px solid #91c240;
}

.border-rating-satisfactory {
    position: relative;
    border: 3px solid #fbd341;
}

.border-rating-sufficient {
    position: relative;
    border: 3px solid #e6882c;
}

.border-rating-poor {
    position: relative;
    border: 3px solid #da241b;
}

.best-rating-in-category::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(90% + 0px);
    height: calc(90% + 0px);
    border: 1px solid black;
    border-radius: 50%;
    pointer-events: none;
}

.table-responsive th:nth-child(2),
.table-responsive td:nth-child(2)
{
    position:sticky;
    left:0;
    z-index: 2;
}

p img {
    width: 100%;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

@media (max-width: 767.98px) {
    p img {
        width: 100%;
        padding-bottom: 0;
        padding-top: 0;
    }
}