
.sc-list { list-style:none; margin:0; padding:0; width:100%; }
.sc-item { display:flex; align-items:center; gap:.5em; margin:6px 0; flex-wrap:wrap; }
.sc-item input[type="checkbox"]{
  appearance:auto !important; -webkit-appearance:checkbox !important; -moz-appearance:checkbox !important;
  opacity:1 !important; position:static !important; width:auto !important; height:auto !important;
  margin:0 !important; padding:0 !important; background:none !important; border:initial !important;
  flex:0 0 auto;
}
.tabular.settings label.sc-label,
.tabular.settings .sc-label{
  margin-left: 0 !important;
  width: auto !important;
  display: inline-block !important;
  position: static !important;
  float: none !important;
}
.tabular.settings .sc-item{ padding-left: 0 !important; }
.sc-label{ font-weight:600; line-height:1.35; background:none !important; text-indent:0 !important; color: inherit !important; }
.sc-label::before, .sc-label::after{ content:none !important; }
.sc-item .info{ color:#666; line-height:1.35; white-space:nowrap; margin-left:.25em; }
.subtasks-columns table.list th,
.subtasks-columns table.list td { text-align: left !important; }
