/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

/* Agenda tabs fix: prevents hidden tab panes from reserving vertical space */
#section5 .tab-content > .tab-pane {
    display: none !important;
}

#section5 .tab-content > .tab-pane.active {
    display: block !important;
}

#section5 .tab-content > .tab-pane:not(.active) {
    height: 0 !important;
    overflow: hidden !important;
}
