﻿#pgl-provide-info {
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
}

table, th, td {
    border: 1px solid var(--forest-green) !important;

}
table {
    border-radius: 8px;
}

th {
    color: white !important;
    background-color: var(--pgl-green) !important;
    font-family: Inter, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 17px !important;
    margin-bottom: 0 !important;
    vertical-align: middle;
}

.header-column{
    background-color: #E9F3E5 !important;
    color: black !important;
    font-family: Inter, sans-serif !important;
    font-size: 13px !important;
    line-height: 17px !important;
    margin-bottom: 0 !important;
    vertical-align: baseline;
    padding-top: 1rem!important;
}

.regular-column {
    padding: 1rem!important;
    font-family: Inter, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}

ul {
    margin-bottom: 0 !important;
    padding-top: 1em;
}

ul li {
    padding-bottom: 5px;
}

li::before, li::marker {
    color: var(--smokey-blue);
}

.sixty-percent {
    width: 60%;
}

.yes-no {
    font-family: Inter, sans-serif;
    font-size: 13px;
} 

.twenty-eight-percent {
    width: 28%;
}
.fourteen-percent {
    width: 14%;
}

a {
    color: var(--smokey-blue);
}

strong {
    font-weight: 600 !important;
}

.ten-percent {
    width: 10%;
}

#do-not-track{
    padding: 2em !important;
}