There are extra lines that appear in the UI. In the image they are below ECE 2014.
This is odd because the .bordered class is only applied to the meeting cells of the table.
Relevant CSS:
.visual-table {
...
border: 1px solid #ccc;
}
.visual-table .bordered, .visual-table th {
border: 1px solid #ccc !important;
}

There are extra lines that appear in the UI. In the image they are below ECE 2014.
This is odd because the .bordered class is only applied to the meeting cells of the table.
Relevant CSS: