.left {
    width: 30%;
    /* border:  solid 1px black; */
}

.vertical-top {
    vertical-align: top;
}

.center {
    width: 40%;
    /* border:  solid 1px black; */
}

.right {
    width: 29%;
    /* border:  solid 1px black; */
}

.full {
    display: flex;
    justify-content: space-evenly;
    /* border:  solid 1px black; */
}

.inline-block {
    display: inline-block;
}

.bold-fonts {
    font-weight: bold !important;
}

#year_stats td {
    border: solid 1px black;
    text-align: center;
    padding-top: 5px; 
    padding-bottom: 5px;
    /* padding-left: 4px; */
    /* padding-right: 4px; */
}

#year_stats{
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
}
.stats {
    background-color: lightgray;
}

.qtrs {
    border-collapse: collapse;
    width: 100%;
    /* float: inline-end; */
}
.qtr_warpper{
    width: 50%;
    /* width: 45%;
    display: inline-block; */
}
#qtr_container{
    display: flex;
    gap: 4px;
}

.qtrs td {
    border: solid 1px black;    
    /* padding: 2px; */
    min-width: 14px;
}



.pto_status {
    border-collapse: collapse;
}

.pto_status td,
.pto_status th, #phd td, #phd th {
    border: solid 1px black;
}
.activities{
    margin-bottom:10px;
    border:solid 1px black;
}
.activities td, .activities th{
    border:solid 1px black !important;
    padding-top: 5px;
    padding-bottom:  5px;
}
#phd td{
    padding-top: 2px;
    padding-bottom: 2px;
}