//set padding of body to follow that of main in Delphinus, but subtract side paddings added in brightspace
body {
  padding: $brightspace-top-padding spacing($page-padding-side, $subtract: $brightspace-side-padding) spacing($page-padding-bottom) spacing($page-padding-side, $subtract: $brightspace-side-padding);
  max-width: $brightspace-page-max-width;
  margin: 0 auto;
}

table {
  //make the editor style plain tables, in Delphinus style
  @extend .table;
}

//because reasons you can select an adress tag from the formats menu in the editor, but not a blockquote for instance...
address {
  font-style: normal;
  color: color("foreground-secondary");
}

//support for indented ul, ol
ul ul,
ol ol {
  margin-top: spacing(-2);
  margin-bottom: spacing(-2);
}

//set h1 with regular font-weight to be more compliant with rest of Brightspace UI
h1 {
  font-weight: $font-weight-normal;
}
