   /**/
.rowCMR {
    display: flex;
  }
  .columnCMR {
    flex: 50%;
  }
  
  .button1 {
    position: relative;
    top:50%;
    /*background-color:#002664!important;
    color: #fff !important;*/
    border:none !important;
    border-radius:10px!important;
    padding: 13px 20px!important;
  }


  .form-control {
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--nsw-white);
    border: 1px solid var(--nsw-grey-01);
    border-radius: var(--nsw-border-radius);
    color: var(--nsw-text-dark);
    font-size: var(--nsw-font-size-sm-mobile);
    line-height: var(--nsw-line-height-sm-mobile);
    vertical-align: middle;
    width: 100%;
  
  }

  sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

 /*
.table table-striped table-fluid > *> tr > *  sub {
  Move the subscripted text down, but only half as far down as the superscript moved up
  bottom: -0.25em;
} */
