/* Phase 2 Accordion */
/* SOURCE: https://stackoverflow.com/questions/39702815/javascript-select-next-sibling-of-an-element-and-change-its-class-by-click-wit */
.modules-tab-wrapper {width: 80% !important; margin-bottom: 1rem;}
.modules-tab-wrapper:first-child.mod-tab {margin-top: 0;}
.modules-tab-content {display: none;}
.modules-tab-content.reveal {display: block;}

.modules-tab-content table {width: 100%; display: table;}
.modules-tab-content table td {padding: 12px 6px 12px 10px !important;}
.modules-tab-content .modules-table tr:first-child td {border-top:none !important;}

.modules-tab {cursor: pointer; display: block; font-size: 18px; font-weight: bold; line-height: 29px; box-sizing: border-box; padding: 12px 6px 12px 10px;border: 1px solid #cacaca;}

.modules-tab-content .table-icon  {width: 30px;  text-align: center;}
.modules-tab-content .table-session {font-size: 18px; font-weight: bold; line-height: 29px; margin-bottom: 3px; box-sizing: border-box; padding: 12px 6px 12px 10px;}
.modules-tab-content .table-session a {color: #333333; text-decoration: none !important;}
.modules-tab-content .table-session  a:hover {text-decoration: underline;}
