.ui.compact.table>tbody>tr>td {
    padding: 0.3em 0.5em !important; 
}







/*category links */

.link-cat-yellow {
    --body-link-color: #fff;
    --body-link-hover-color: #fff;
    background: var(--color-info) !important;
    color: #fff !important;
    position: relative;
}

.link-cat-green {
    --body-link-color: #fff;
    --body-link-hover-color: #fff;
    background: var(--bg-green-color) !important;
    color: #fff !important;
    position: relative;
}




/*Disable logo link on the webpage */
.navbar-brand a {
cursor: default !important;
pointer-events: none; text-decoration: none; color: currentColor; 
user-select: none; -webkit-touch-callout: none;
}


.t4-content {
  border-top: 8px solid #1d763d;
  border-left: 0px solid #e8e6e6;
  border-right: 0px solid #e8e6e6;
  border-bottom: 1px solid #e8e6e6;
}
.navbar-brand {
    border-right: 1px solid #e8e6e6;
}
.navbar-toggler {
    border-left: 1px solid #e8e6e6;
}
.t4-offcanvas-toggle {
    border-left: 1px solid #e8e6e6;
}
#t4-header {
    border-bottom: 1px solid #e8e6e6;
      border-right: 1px solid #e8e6e6;
  border-left: 1px solid #e8e6e6;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--t4-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px transparent;
    box-shadow: inset 0 0 0 9999px transparent; }