* {
    color: #333;
}

table {
    font-size: 10pt;
    text-align: center;
    border: 1px black solid;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

td,
th {
    height: 60px;
    width: 130px;
    border: 1px black dotted;
}

caption {
    font-size: 20pt;
    font-weight: bold;
    padding: 30px;
    border-top: 1px dotted black;
}

table:first-child caption {
    border-top: 0px;
}

.name,
.prof,
.room {
    display: block;
}

.name {
    font-weight: bold;
}