img[alt$=">"] {
  float:right;
}
  
img[alt$="<"] {
  float:left;
}
  
img[alt$="<>"] {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    float: none!important;
}

[data-md-color-scheme="arterial"] {
  --md-primary-fg-color:        #972020;
  --md-primary-fg-color--light: #ECB7B7;
  --md-primary-fg-color--dark:  #90030C;
}

[data-md-color-scheme="slate"] {
  --md-hue: 210; 
}