body {
  /*background-color: rgba(255, 238, 195, 0.75);*/
  background-color: rgb(255,255,218);
}

body > .site-grid {
  column-gap: 38px;
}

body > .site-grid > .container-sidebar-left > .sidebar-left.card {
  background-color: transparent;
  border: 0;
}

body > .site-grid > .container-sidebar-left > .sidebar-left.card .mod-menu {
  font-size: 104%;
}

body > .site-grid > .container-sidebar-left > .sidebar-left.card .mod-menu a {
  color: rgb(30, 30, 30);
  text-decoration: none;
}

body > .site-grid > .container-sidebar-left > .sidebar-left.card .mod-menu a:before {
  color: rgba(220, 160, 40, 0.6);
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 6px;
  position: relative;
  vertical-align: middle;
}

body > .site-grid > .container-sidebar-left > .sidebar-left.card .mod-menu > .active > a {
  font-weight: bold;
}

.usr-category-list-items-count-holder {
  border: 1px solid transparent;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  vertical-align: top;
}

table.com-content-category__table {
  table-layout: fixed;
}

table.com-content-category__table #categorylist_header_title {
  width: 28ch;
}

table.com-content-category__table #categorylist_header_date {
  width: 10.5ch;
}

table.com-content-category__table #categorylist_header_custom_8 {
  width: 12ch;
}

table.com-content-category__table #categorylist_header_custom_9 {
  width: 12ch;
}

.table-striped > thead > tr > th {
  border: 0;
}

.table-striped > tbody > tr {
  border-color: darkgrey;
}

.table-striped > tbody > tr > th, .table-striped > tbody > tr > td {
  border: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --table-accent-bg: transparent;
}

.btn-group > input, .btn-group > button {
  padding: .3rem .5rem;
}

select.form-select {
  padding: .3rem 3rem .3rem .5rem;
}
