#content article {
    width: 1055px;

    display: block;

    background-color: #e3e3e3;
}

article>h1 {
    font-size: 20px;
    text-align: center;
}

table {
    width: 100%;

    font-size: 18px;

    border-collapse: collapse;
}

th,td {
    padding: 20px;
}
.weekday {
    text-align: right;
}
.times, .explanation {
    text-align: center;
}

tr:nth-child(even) {
  background-color: #cccccc;
}

#content article p {
    margin: 0;
    padding: 50px;

    text-align: center;
    font-size: 18px;

    background-color: white;
}