.hidden {
  display: none;
}
.nav-link {
  font-weight: bold !important;
}
h3.session-header {
  text-align: center;
  color: #2A7AB0;
}
tr:last-child {
/*  background:#ff0000;*/
  border-bottom: 3px solid #ccc;
}
/* Style the tab */
ul.lag-ac-tab {
  overflow: hidden !important;
  background-color: #f1f1f1 !important;
  border-radius: 5px 5px 0 0 !important;
}

/* Style the buttons inside the tab */
ul.lag-ac-tab li {
  display: inline-block;
  background-color: inherit !important;
/*  float: left;*/
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  padding: 14px 16px !important;
  transition: 0.3s !important;
  font-size: 17px !important;
}

/* Change background color of buttons on hover */
ul.lag-ac-tab li:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
ul.lag-ac-tab li.active {
  background-color: #fff !important;
  border-radius: 5px 5px 0 0 !important;
  border-top: 1px solid blue !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.show {
  display: block;
}