table#schedule {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
body {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
table#schedule tr th {
  background-color: #ddd;
  text-align: center !important;
}
table#schedule tr th, table#schedule tr td {
  text-align: left;
}
table#schedule tr th, table#schedule tr td {
  border-bottom: 1px solid #636363;
  padding: 10px 0px;
  padding-right: 0px;
  padding-right: 20px;
}
table#schedule tr td:last-child {
  text-align: left;
  font-weight: normal;
  font-size: 0.85rem;
}
table#schedule tr td {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  padding-right: 0px;
  padding-right: 20px;
  text-align: left;
}
table#schedule tr td small {
  font-weight: normal;
}
table#schedule tbody tr td.description p {
  font-size: 16px;
}
.bold {
  font-weight: bold;
}
big {
  font-size: 0.875em;
  font-weight: bold;
}
.red {
  color: red;
}
.green {
  color: green;
}
.sponsoring {
  width: 100%;
  height: 200px;
  background-color: red;
}
.sponsoring h2 {
  font-size: 50px;
  text-align: center;
  color: white;
}
.pt20 {
  padding-top: 20px;
}
.pt80 {
  padding-top: 80px;
}
#c81 h3 {
  font-size: 35px;
  color: black;
}