/* import the standard theme css */
@import url("css/theme.css"); 

/* now we can add custom css.... */

/* Used for very strong warning */
#slim-red-box-message {
  background: #ff0000;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: normal;
  padding: 0.5em;
}

#slim-red-box-message a {
  color: #ffffff;
  font-weight: normal;  
  text-decoration: underline;
}

/* bullet point list with green ticks */
ul.squarelist {
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type */
  list-style-type: "\2705";
  margin-left: 0;
  text-indent: 1em;
  padding-left: 5em;
}


/* -------------------------------------------------------------------------*/
/* TREMTEST - NONE of this works.... */
/* add extra spacing around numfig numbering */

span.caption-number {
  /* color: #green; !important */
  /*padding-bottom: 100px; !important */
  /*line-height: 0.5; !important*/
   background: #ff0000; !important
}

span.caption-text::before{
  content: "\a";
  white-space: pre;
}

/*
span.caption-text {
  padding-top: 100px; !important
  line-height: 0.5; !important
}*/
