/* ADDS VERTICAL RULES AND ALTERNATING COLORS TO ALL TABLES FOR BETTER READABILITY */
/* !important declaration needed to ovverride _calendar.scss conflict */
/* Charlie version, matching Tyler's shifting classes - 11-7-25 */
/* Class selector main div.row selects content but does not affect Drupal editing window */


main div.row table {border: 2px solid black;}
main div.row th { border-left:1px solid black; }
main div.row td { border-left:1px solid black; }
main div.row tr:nth-child(even) {background-color: #DCE5EF !important;}
