body {
  line-height: normal !important;
  font-size: 18px !important;
}

/*override ul style to neutralize moodle's moodle's setting*/
ul {
  /*margin-top: 16px !important;*/
  -webkit-margin-start: 0rem !important;
}

ol, ul, dl {
  margin-top: 16px;

}

@media (max-width: 640px) {
  body {
    font-size: 16px !important;
  }
}