.maximise-center {
    display: block;
    margin : auto;
    width: 100%;
}
.small-center {
    display: block;
    margin : auto;
}

/*For the little images inserted inline within the text*/
.img-inline {
  display: inline-block !important;        /* Allows proper inline alignment */
  height: 1em !important;                  /* Match the current text height */
  width: auto !important;                  /* Preserve aspect ratio */
  vertical-align: baseline !important;     /* Align image to text baseline */
}

/* Container for multiple images in a row */
.img-inline-row {
  display: inline-block !important;  /* each image inline */
  vertical-align: top !important;    /* align by top */
  margin: 0 0.5em;                   /* spacing */
  height: 6em;
  width: auto;
}