:root
{
    --clr: #29fd53;
}
#tech-data-table th.header
{
    cursor: pointer;
    border-bottom: 2px solid var(--clr);
    padding-bottom: 5px;
    padding-top: 10px;
}
#tech-data-table td.column
{
    padding-top: 3px;
}
#tech-data-table td.column.center
{
    text-align: center;
}
#tech-data-table td.column.center.yic
{
    min-width: 60px;
}
#tech-data-table span.skill-text
{
    display: inline-block;
    width: 60%;
}
#tech-data-table span.skill-bar
{
    display: inline-block;
    width: 40%;
}
#tech-data-table span.skill-bar-item
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 2px;
    background: var(--clr);
}
#tech-data-table span.invisible
{
    color: transparent;
}
.table-visor 
{
    max-height: 445px;
    overflow-y: scroll;
    border: 0;
    scrollbar-width: thin;
    scrollbar-color: var(--clr) #000;
}