html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Microsoft JhengHei;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2 {
  line-height: 1.5;
}

h3,
h4 {
  line-height: 1.4;
}

h5,
h6,
li,
p,
div {
  line-height: 1.7;
}

td {
  line-height: 1.55;
}

@media screen and (min-width: 993px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 18px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 31px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 585px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 14px;
  }
}
@media screen and (max-width: 376px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 14px;
  }
}
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 600;
}

ul.progressBar {
  margin: 20px auto 0px auto;
  border-bottom: 2px solid #b3b3b3;
  width: 90%;
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
ul.progressBar li {
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 180px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 6px;
  background-color: #ebebeb;
  line-height: 1.35;
  text-align: center;
}
ul.progressBar li span {
  display: block;
  text-align: left;
  font-size: 13px;
}
ul.progressBar li span.notice {
  color: orangered;
  font-weight: 600;
}
ul.progressBar li.finished {
  background-color: hsl(45, 82%, 89%);
}
ul.progressBar li.inProgress {
  background-color: hsl(10, 82%, 92%);
}
ul.progressBar p {
  padding: 0px 6px;
  font-size: 24px;
  font-weight: 700;
}
ul.progressBar div.note {
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  line-height: 2;
  text-align: center;
}
ul.progressBar div.note span {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 2px 10px;
  border-radius: 4px;
}
ul.progressBar div.note span:nth-child(1) {
  background-color: hsl(45, 82%, 89%);
}
ul.progressBar div.note span:nth-child(2) {
  background-color: hsl(10, 82%, 92%);
}
ul.progressBar div.note span:nth-child(3) {
  background-color: #ebebeb;
}

h1, h2 {
  margin-top: 20px;
  text-align: center;
}

table {
  margin: 0px auto 50px auto;
}
table tr th {
  padding: 4px 10px;
  text-align: center;
  font-weight: 600;
}
table tr td {
  padding: 10px;
  line-height: 1.5;
}

table.PreliminaryReview {
  border: 2px solid rgba(0, 0, 0, 0.8);
}
table.PreliminaryReview tr {
  border-bottom: 2px solid rgba(0, 0, 0, 0.45);
}
table.PreliminaryReview tr th, table.PreliminaryReview tr td {
  border-right: 2px solid rgba(0, 0, 0, 0.45);
  text-align: center;
  vertical-align: middle;
}
table.PreliminaryReview tr td {
  color: #4d4d4d;
}
table.PreliminaryReview tr td a {
  text-decoration: underline;
  color: blue;
}
table.PreliminaryReview tr td a:hover {
  color: #000099;
}
table.PreliminaryReview tr td input {
  margin-left: 12px;
  margin-right: -1px;
  display: inline-block;
}
table.PreliminaryReview tr td input:hover {
  color: blue;
}
table.PreliminaryReview tr th:last-child, table.PreliminaryReview tr td:last-child {
  border-right: none;
}
table.PreliminaryReview tr td.theReasons {
  max-width: 500px;
  text-align: left;
}
table.PreliminaryReview tr.borderBottom {
  border-bottom: 2px solid black;
}

ul.Reminder {
  margin: 0px auto 60px auto;
  width: 98%;
  max-width: 600px;
  box-sizing: border-box;
  background-color: hsl(10, 82%, 92%);
  padding: 10px;
  border-radius: 10px;
  line-height: 1.4;
}
ul.Reminder li {
  margin-bottom: 10px;
  margin-left: 30px;
  list-style-type: decimal;
}/*# sourceMappingURL=students.css.map */