tr {
    border: none;
}
.pdfThumbnail{
    border: 1px solid #CCC;
}
.newsLink, .newsLink a{
    color: #4d6a79 !important;
}
.classesWeekDay{
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
}
.classes-table-empty {
    text-align: center;
}
.classes-table {
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
    text-align: left;
    width: 100%;
}
.classes-table td {
    width: 50%;
    padding-left: 5%;
}
.classes-table .content-row {
    border-bottom: 1px solid #eee;
}
.classesTime {
    color: #4d6a79;
    font-size: 1.2em;
}