.agenda-tabs-wrap {
      max-width: 1060px;
    width: 100%;
    margin: 0 auto 20px;
    }
    
.agenda-tabs-wrap .nav-tabs {
    border: none;
}
.agenda-tabs-wrap .nav-tabs li {
  width: 16.66%;
  text-align: center;
  float: left;
}

.nav-tabs > li > a.active, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #D7A900;
  border:0;
  color:#fff;
}



  .agenda-tabs-wrap .nav-tabs a {
    font-size: 20px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #000000;
    border-radius: 0;
    border: none;
    margin: 0;
		position: relative;
		display: block;
		padding: 10px;
		text-decoration:none;
    }

.agenda-tabs-wrap .nav-tabs a:hover {
    border: none;
    background-color: #666;
}

    
  

.agenda-tabs-wrap .tab-pane {
    background-color: #fff; /*E6E4E0*/
    padding: 10px 0% 10px;
}

.agenda-tabs-wrap .tab-pane h3 {
  font-size: 18px;
  margin: 0;
  color: #000;
  }
  
.agenda-tabs-wrap .tab-pane p {
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  color: #000;
  }
  
.agenda-tabs-wrap .tab-pane p:hover {
  text-decoration: none;
  }
  
.agenda-tabs-wrap .tab-pane table {
    border: none;
    color: #231F20;
}

.agenda-tabs-wrap .tab-pane table tbody {
	width:100% !important;	
}

.agenda-tabs-wrap .tab-pane table tbody tr {
	width:100% !important;	
}

.agenda-tabs-wrap .tab-pane table > tbody > tr:first-of-type > td {
    border-top: 0;
}
.agenda-tabs-wrap .tab-pane table > tbody > tr > td {
    border-color: #aaa;
    padding: 20px 15px 20px 0;
}

/*.agenda-tabs-wrap .tab-pane .time {
      padding-left: 10px;
      width:250px;
    font-size: 18px;
    font-weight: 300;
    }
*/

.agenda-tabs-wrap .tab-pane .time {
font-size: 20px;
font-weight: 600;
  background-color: #555;
  color: #fff;
  }
    
    .agenda-tabs-wrap .tab-pane .event {
      text-transform: none;
      font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    }   
    
    .agenda-tabs-wrap .tab-pane .event em {
      font-weight: 700;
    }   
    
    
    .agenda-tabs-wrap .nav-tabs a span {
        display:inline;
        font-weight:bold;
    }


    
    .agenda-tabs-wrap .nav-tabs a div {
        display: block;
        font-weight: 400;
        font-size: 16px;
    }
    
.agenda-tabs-wrap .tab-pane article.media {
    padding: 5px;
  background-color: #efefef;
  }
  
.agenda-tabs-wrap .tab-pane a article.media:hover {
  background-color: #ddd;
  }
  
.agenda-tabs-wrap .tab-pane .speaker a {
  text-decoration: none !important;
  }
    
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      .agenda-tabs-wrap .tab-pane .time {
          width: 210px;
        font-size: 20px;
      }
      
       .agenda-tabs-wrap .tab-pane {
        padding: 10px 15px;
    }

    .agenda-tabs-wrap .tab-pane .event {
        font-size: 22px;
    }
    .c-education {
        font-size: 20px;
    }
    .agenda-tabs-wrap .nav-tabs a {
        font-size: 20px;
    }
    }
  
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 768px) {
         .agenda-tabs-wrap .nav-tabs a span {
        display:none;
    }
      
      .agenda-tabs-wrap .nav-tabs a {
        font-size: 18px;
        padding: 10px 3px;
    }
    .agenda-tabs-wrap .tab-pane .time {
        font-size: 18px;
    }
    .agenda-tabs-wrap .tab-pane .event {
        font-size: 18px;
    }
    }