.table.highlight{
--bsize: 3px;
--bcolor: green;
}
.table.highlight:not(.no-border-2-table):not(.no-border-1-table) thead th:nth-child(4),
.table.highlight:not(.no-border-2-table):not(.no-border-1-table) tbody td:nth-child(4){
border-left: var(--bsize) solid var(--bcolor) !important;
border-right: var(--bsize) solid var(--bcolor) !important;
background: #0f04;
}
.table.highlight:not(.no-border-2-table):not(.no-border-1-table) thead th:nth-child(4){
border-top: var(--bsize) solid var(--bcolor) !important;
}
.table.highlight:not(.no-border-2-table):not(.no-border-1-table) tbody tr:last-child td:nth-child(4){
border-bottom: var(--bsize) solid var(--bcolor) !important;
}
.table.highlight td:last-child{
position: relative;
color: var(--bcolor);
font-weight: bold;
padding-left: 5rem !important;
}
.table.highlight td:last-child:before{
content: '✚';
position: absolute;top: calc(50% - 1.3rem);left: 2rem;
font-size: 1.5em;
font-weight: bold;
color: var(--bcolor);
}
