table .note {
  text-align: center;
}

.table_type2 > THEAD > TR > TH:nth-child(n+2), .table_type2 > TBODY > TR > TH:nth-child(n+2), .table_type2 > THEAD > TR > TD:nth-child(n+2), .table_type2 > TBODY > TR > TD:nth-child(n+2) {
  width: 160px;
}

.sections_list_floating_menu h2 {
  font-size: 1.8em;
}

.table_type2 > TBODY > TR > TH {
  font-weight: 300;
}

@media only screen and (max-width: 480px) {
  .scrollable_table .head .table_type2 tr th {
    word-wrap: break-word;
  }
  .scrollable_table .body .table_type2 {
    table-layout: fixed;
    min-width: auto !important;
    width: auto !important;
  }
  .scrollable_table .body .table_type2 tr th, .scrollable_table .body .table_type2 tr td {
    width: auto !important;
  }
  .scrollable_table .body .table_type2 tr th p, .scrollable_table .body .table_type2 tr td p {
    width: 100px;
  }
  .scrollable_table .body .table_type2 tr th .note, .scrollable_table .body .table_type2 tr td .note {
    word-wrap: break-word;
  }
  .scrollable_table.scrollable_table_on .body .width_setter {
    width: auto !important;
    min-width: auto !important;
  }
}
.accordion.accordion_on > .accordion_item > .body {
  padding-top: 0;
}