:root {
  --bg: #faf6f4;
  --head: #5d5d5d;
  --headText: #ffffff;
  --time: #f4c7a6;

  --cs222: #cfc2db;
  --cs430: #b9cbe6;
  --sbug415: #dce9cf;

}

body {
  margin: 0;
  background: var(--bg);
  font-family: "Times New Roman", Times, serif;
  color: #222;
}

.page {
  padding: 24px 16px 32px;
  min-height: 100%;
}

.title {
  text-align: center;
  line-height: 1;
  margin: 8px 0 24px;
}

.name {
  font-size: 26px;
  font-weight: 800;
  text-align: left;
  margin: 0 0 0px 12px;
}

.title .line {
  font-size: 22px;
  font-weight: 100;
  margin: 0 0 1px 12px;
}

.title .last-line {
  margin-bottom: 60px;
}

.schedule {
  width: 96%;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
}

.schedule th,
.schedule td {
  border: 1px solid #8f8f8f;
  vertical-align: middle;
}

.schedule thead th {
  background: var(--head);
  color: var(--headText);
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  padding-left: 10px;
}

.time {
  width: 80px;
  background: var(--time);
  font-weight: 800;
  font-size: 18px;
  text-align: right;
}

.day {
  width: 18%;
  font-size: 18px;
  background: #fff;
}

.cs222 {
  background: var(--cs222);
  font-weight: 300;
  font-size: 18px;
}

.cs340 {
  background: var(--cs430);
  font-weight: 300;
  font-size: 18px;
}

.sbug415 {
  background: var(--sbug415);
  font-weight: 300;
  font-size: 18px;
}