﻿#p1_101 {
    display: flex;
    width: fit-content;
    padding: 7px;
    border-width: 1px;
    border-radius: 2px;
    flex-wrap: wrap;
    background-color: #f4f3f2;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

    #p1_101 div {
        border-style: solid;
        margin: 2px;
        padding: 4px;
        border-width: 1px;
        width: 60px;
        text-align: center;
        font-weight: 700;
    }

#tpch {
    border-width: 1px;
    margin-bottom: 29px;
    padding-left: 19px;
}

    #tpch a {
        color: #444444;
        display: list-item;
        padding: 0;
        margin: 0;
        line-height: 4px;
        text-decoration: none;
        border-bottom-style: solid;
        width: fit-content;
        padding-bottom: 8px;
        border-width: 0.5px;
    }

h3 {
    color: #a08f81 !important;
}