<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.date_stamp p {
  font-size: 12px;
  padding: 5px;
  margin: 10px 0px;
  text-align: center;
  background-color: #0000007a;
}

.headerbanner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333333d9;
}
.headerbanner {
  position: relative;
  background-image: url(https://clsite-file1.s3.amazonaws.com/106960_syllabus-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  color: #fff;
  background-position: center;
}

.headerbanner h1 {
  color: #fff;
  font-size: 34px;
  border-bottom: none;
}

.bp img {
  width: 400px;
  height: auto;
}

.table tbody {
  text-align: center;
}

.table tbody &gt; tr td {
  vertical-align: middle;
}
.sr_btn {display: flex;}

.sr_btn a {
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  width: 100%;
  background-color: #9d254d;
  border-radius: 4px;
  font-weight: 600;
  margin: 10px;
  text-align: center;
}

.sr_btn a:hover {
  background: #006699;
  color: #fff;
  text-decoration: none;
}


@media (max-width: 768px) {
  .table {
    margin-bottom: 10px;
    margin-top: 0px;
}
.sr_btn {
  flex-wrap: wrap;
}

}</pre></body></html>