/* To make footer image display none */

.green-box-footer .f-fax {
    background: url(../../images/icon-f-printer.png) no-repeat;
    padding-left: 35px;
    padding-bottom: 5px;
    display: none;
}

/* Ninja Table print button */
.ninja_table_wrapper .ninja_table_buttons .ninja_button:last-child {
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px;
    width: 15%;
    font-size: 17px;
}

/* Works for all your track lists */
.olCourseCatBox .accordion-content{
  overflow: hidden;
  max-height: 0;
  transition: max-height 250ms ease;
}

/* optional: button active style */
.olCourseCatBox .accordion[aria-expanded="true"]{
  background: #f1f1f1;
}
