.custom-css-target {
  /* MENU TABS */
  /* inactive tabs and divider */
  /* Hover */
  /* active tab */
  /* AGENDA BOOKMARK BUTTONS */
  /* AGENDA MENU BUTTONS */
  /* Targeting the tabs container directly for base styles */
  /* Hover state for tabs */
  /* Active state for tabs */
  /* HIDE GO BACK BUTTON */
  /* Styles for #info-banner on normal-sized screens */
  /* Media Queries */ }
  .custom-css-target .tab-menu {
    background-color: #002D51;
    overflow: hidden; }
  .custom-css-target .tab-menu a {
    float: left;
    color: #DCF0EE;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-right: 1px solid #dcf0ee; }
  .custom-css-target .tab-menu a:hover {
    background-color: #B8D637;
    color: #002D51; }
  .custom-css-target .tab-menu a.active {
    background-color: #669bc4;
    color: #DCF0EE;
    font-weight: bold; }
  .custom-css-target #session_Virtuoso_box .ae-button.pull-right.register-318011.primary.small.light {
    color: #002D51;
    /* Text color */
    font-size: 13px;
    /* Font size */
    background-color: #B8D637;
    /* Background color */
    border: none;
    /* Remove border */
    padding: 10px 20px;
    /* Padding */
    border-radius: 5px;
    /* Rounded corners */ }
  .custom-css-target .event-page-tag-track-dropdown .nav-tabs.agenda-tab-view > li > a {
    color: #DCF0EE !important;
    background-color: #002D51 !important;
    /* Default background color */ }
  .custom-css-target .event-page-tag-track-dropdown .nav-tabs.agenda-tab-view > li > a:hover {
    background-color: #B8D637 !important;
    /* Lighter blue */
    color: #002D51 !important; }
  .custom-css-target .event-page-tag-track-dropdown .nav-tabs.agenda-tab-view > li.active > a {
    background-color: #669bc4 !important;
    /* Active tab background */
    color: #DCF0EE !important;
    /* Active tab text color */ }
  .custom-css-target #tickets-widget-container #goBack {
    visibility: hidden; }
  .custom-css-target #info-banner {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 145%;
    text-align: left;
    padding: 60px;
    background-color: #002D51;
    border-radius: 12px;
    margin: 5px 65px; }

@media (max-width: 800px) {
  .custom-css-target #info-banner {
    font-size: 18px;
    /* Smaller font size */
    padding: 30px;
    margin: 5px 10px; }
  .custom-css-target .tab-menu a {
    padding: 10px 12px;
    /* Smaller padding */
    font-size: 15px;
    /* Smaller font size */ } }
