#pcc-table {
    width: 100%;
    background-color: transparent;
}

.pcc-table-title {
    padding: 1rem 1rem 1rem;
    font-size: 1.5rem; 
    color: var(--thm-black); 
    border-top: 2px solid var(--thm-base)
}

#pcc-table td {
    padding: .75rem;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.75rem;
}

#pcc-table td:first-child {
    font-size: 1.2rem;
    font-weight: bolder;
}

#pcc-table tr:last-child {
    border-bottom: 2px solid var(--thm-base)
}



#pcc-mark-box {
    margin-top: 2rem;
    position: relative;
    text-align: left;
}

#pcc-mark-box>h2 {
    color: var(--thm-black);
    margin-bottom: 2rem;
}

#pcc-mark-box>p {
    font-size: 1rem;
}

#pcc-mark-box .box-container {
    border-top: 2px solid var(--thm-base);
    border-bottom: 2px solid var(--thm-base);
    padding: 1rem 0.5rem 1rem 0.5rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

#pcc-mark-box .box-container .box-left {
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 1rem;
    line-height: 2.5rem;
}

#pcc-mark-box .box-container .box-left>p {
    text-align: center;
    margin: 0;
}

#pcc-mark-box .box-container .box-right {
    display: inline-block;
    margin-left: 5%;
    width: 65%;
    font-size: 1rem;
    height: 100%;
}

#pcc-mark-box .box-container .box-right>p {
    text-align: justify;
    margin: 0;
}