/* per https://github.com/joomla/joomla-cms/issues/38282# */
.CodeMirror-gutters {
  left: 0px !important; 
}

/* title remove underline */
/* .container-header .navbar-brand a{ */
.container-below-top a{
text-decoration: none;
}

/* title set large font size */
/* .container-header .navbar-brand {
font-size: 3rem;
} */

/* tag line set font size */
/* .container-header .site-description{
font-size: 1.7rem;
} */

/* set foreground image to full width */
/* set image class in image editor - advanced */
.tdoc_bg {
width: 100% !important ;
}

.table_2x {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

/* space for readmore or line for 2 cols */
.spacer_item_2 {
  grid-column-start: 1;
  grid-column-end: 3;
}

/* format grid item */
.grid_item {
  /*border: 2px solid #87b5ff;*/
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}