/* 
 * 1. Google Font
 */
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url("Effra/stylesheet.css");
@import url("Effra_Lt/stylesheet.css");

/* 
 * 2.0 Global Style
 */
html {
  font-family: calibri, sans-serif;
  font-size: 16px;
}

body {
  color: #4e4e4e;
  font-family: calibri, sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
	overflow: auto;
  -webkit-font-smoothing: antialiased;
}
.row .col-sm-3 h3 {
}

.site-header {
	position: fixed;
}

#site-header .intro img {
	width: 400px;
	max-width: 100%;
}

#site-header .intro p {
  font-family: 'calibri', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

#site-header .intro h1 {
    font-family: "Effra";
    border-style: none;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
	margin-top: -5px!important;
	text-transform: uppercase;
	font-size: 44px!important;
}

#site-header .intro h2 {
	font-family: "Effra";
	text-transform: none;
    border-style: none;
	font-size: 24px!important;
	padding-right: 15px;
    padding-left: 15px;
	margin-top: none;
	margin-bottom: 30px;
}

.container .row .col-sm-6 {
}

.facts .col-sm-3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;
}

.img-about {
	object-fit: cover;
}

.no-bold {
 	font-family: 'calibri', sans-serif;
  	font-size: 18px!important;
  	line-height: 1.6;
	font-weight: normal!important;
}

video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Assuming a 16:9 aspect ratio */
}

.bluesky-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

a {
  color: #000;
}
a:focus {
  outline: none;
}

h1,
h2,
h3 

.icons h3 {
	font-size: 26px;
	font-family: "Effra";
}
h4 {
  font-family: "Effra"!important;
  font-size: 20px!important;
  letter-spacing: 1px!important;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #313131;
}


.sessions-title h5 {
  letter-spacing: 1px;
  font-family: "Effra"!important;
  font-size: 18px!important;
  margin: 25px 0;
  color: #313131;
  text-transform: uppercase!important;
}

h6 {
  font-weight: 700;
}

p {
  margin: 0 0 30px;
  font-family: 'Calibri', sans-serif!important;
  font-size: 18px;
  line-height: 1.6;
}

ul, li {
  font-family: 'Calibri', sans-serif!important;
  font-size: 18px;
  margin-bottom: 10px;
}

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

.social-block {
  list-style-type: none;
  padding: 0;
}
.social-block li {
  display: inline-block;
}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}
.social-block li a i {
  font-size: 1.5em;
}
.social-block li a:hover, .social-block li a:focus {
  color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
	background-color: rgb(209, 65, 36);
	color: rgb(255, 255, 255);
    font-family: "Effra";
	font-size: 16px !important;
	margin-left: 15px;
	padding: 11px 18px 9px !important;
	border-style: solid;
    justify-content: center;
    align-items: center;
  	border-color: transparent;
	border-radius: 30px !important;
	vertical-align: middle;
	display: inline-flex;
	text-transform: uppercase;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}



.btn:hover {
  color: rgb(255, 255, 255);
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.time-column {
  width: 12%;
}

.activity-column {
  width: 23%;
}

.speaker-column {
  width: 20%;
}

.topic-column {
  width: 45%;
}

.time-column-1 {
	width: 12%;
}

.activity-column-1 {
	width: 44%;
}

.info-column-1 {
	width: 44%;
}

.parallel-row {
  background-color: rgb(218, 170, 0);
  color: rgb(255, 255, 255);
  text-align: center !important; 
}

.session-title-row {
  background-color: rgb(228, 244, 254) !important;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section {
    padding: 70px 0;
    margin-left: 0%;
}

.section-title {
  color: #313131;
  letter-spacing: 1px;
  margin: 20 0 20px;
  text-transform: uppercase;
  text-align: center;
  rgb(17, 94, 103);
  font-size: 26px;
}

.orgacom {
  background-color: rgb(249, 249, 249);
}

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
  content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-cta {
  background-color: rgb(209, 65, 36);
  color: rgb(255, 255, 255);
}



.btn-cta:hover, .btn-cta:focus {
  background-color: rgb(209, 65, 36);
  color: rgb(255, 255, 255)!important;
  font-family: "Effra"!important;
  font-size: 15px!important;
}

.btn-black {
  color: #fff;
  background-color: #000;
}
.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #000;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2 {
  position: relative;
    background-attachment: fixed;
}
.bg-image::before, .bg-image-1::before, .bg-image-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-1 {
    background: url("../images/photos/Tuberculosis-1.jpg") no-repeat center bottom/cover;
    background-size: cover;
    background-origin: border-box;
	vertical-position: center;

}
.bg-image-1::before {
  background-color: rgba(0, 0, 0, 0.5);
background-attachment: fixed;
}

.bg-image-2 {
  background: url("../images/backgrounds/sunrise-in-kathmandu.jpg") no-repeat center bottom/cover;
    background-size: cover;
    background-origin: border-box;
	background-attachment: scroll, fixed;
	background-position: center;
}
.bg-image-2::before {
  background-color: rgba(0, 0, 0, 0.5);
}
body {
}
aside {
    width: 0%;
}

/* Large desktop */
@media (min-width: 1200px) {
#site-header .intro img {
	width: 30%;
	position: relative;
	margin-top: 50px!important;
}
#site-header .intro h1 {
	margin-top: 15px;
	font-size: 60px;
}
#site-header .intro p {
	font-family: "Effra";
    border-style: none;
	margin-left: 15px;
	background-color: rgba(0, 0, 0, 0.2); /* Set the background color */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: none;
	font-size: 16px;
  align-items: center;
	text-transform: uppercase;
	display: inline-block;
	max-width: 100%;
}

#section image {
  max-height: 200px;
}

}
	
#site-header .intro-button {
	display: inline-block;
	max-width: 100%;
}
	
@media (min-width: 768px) {
  .section {
    padding: 35px 0;
  }
	
#site-header .intro p {
	font-family: "Effra";
    border-style: none;
	margin-left: 15px;
	background-color: rgba(0, 0, 0, 0.2); /* Set the background color */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: none;
	font-size: 16px;
    align-items: center;
	text-transform: uppercase;
	display: inline-block;
	max-width: 100%;
}

  .section-title {
    color: #313131;
    letter-spacing: 1px;
	padding-top: 25px;
    margin: 0 0 60px;
    text-transform: uppercase;
	font-family: "effra";
    text-align: left;
  }
}

@media (max-width: 768px) {
#site-header .intro img {
		text-align: center;
		margin-top: none;
		width: 70%;
	}
	
#site-header .intro p {
	font-family: "Effra";
    border-style: none;
	margin-left: 15px;
	background-color: rgba(0, 0, 0, 0.2); /* Set the background color */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	font-size: 16px;
    align-items: center;
	text-transform: uppercase;
	display: inline-block;
	max-width: 100%;
	}
	
.section-title h3 {
  color: #313131;
  letter-spacing: 1px;
  margin: 20 0 20px;
  text-transform: uppercase;
  text-align: center;
  rgb(17, 94, 103);
  font-size: 26px;
  font-family: "Effra";
}
}
/* 
 * 4.0 Navigation
 */
.navbar-custom {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(76, 159, 200);
  border-left-width: 1px;
  border-left-color: rgb(76, 159, 200);
  border-left-style: solid;
  -webkit-transition: all 0.5s linear 0s;
          transition: all 0.5s linear 0s;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav > li > a {
  font-family: "Effra";
  font-size: 15px;
  font-weight: 700px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  border-left-width: 1px;
  border-left-color: rgb(255, 255, 255);
  border-left-style: solid;
  transition: background-color 0.15s, color 0.15s;
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
/*  background-color: transparent;*/
  border-bottom: 1px solid transparent;
  border-left-width: 1px;
  border-left-color: rgb(255, 255, 255);
  border-left-style: solid;
  color: rgb(76, 159, 200);
}
.navbar-custom .navbar-nav > .active > a {
  border-left-width: 1px;
  border-left-color: rgb(255, 255, 255);
  border-left-style: solid;
  font-family: "Effra";
  font-size: 15px;
  font-weight: 700px;
  color: rgb(255, 255, 255);

}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 2px;
}
.navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-solid {
  background-color: rgb(76, 159, 200) !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}

/* 
 * 5.0 Site Header
 */

.site-header {
    width: 100%;
    position: sticky;
	  height: 100vh;
    background-position: bottom;
    background-image: url(../images/backgrounds/ITM-colloquium-main-visual-2.jpg);
    background-size: cover;
}

@media (max-width: 768px) {
.site-header {
	height: 100vh;
}
}
	
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.site-header .intro {
  color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;

}
.site-header .intro h2 {
    margin-top: 0%;
    font-size: 25px;
    font-weight: 300;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
}
.site-header .intro h1 {
    margin-top: 50px;
    font-size: 30px;
}
.site-header .intro p {
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .navbar-custom {
  /*  background-color: transparent;*/
    padding-top: 30px;
  }

  .site-branding {
    margin-top: 6px;
    margin-left: 0;
  }
}
/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about h3 {
  letter-spacing: 1px;
  font-family: "Effra";
  font-size: 26px;
  margin: 25px 0;
  color: #313131;
  text-transform: uppercase;
}

.about figure {
  margin-bottom: 25px;
}

.about a {
	text-decoration:underline;
}

.table {
  border-collapse: collapse;
  width: 100%!important;
  table-layout: fixed;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.table th {
  font-family: "Effra";
  background-color: rgb(17, 94, 103);
  color: rgb(255, 255, 255);
  font-size: 20px;
  border-radius: 1px solid #dddddd;
  padding-left: 8px!important;
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}

#time-header th {
	width: 20%;
}

.table td {
  font-family: 'Calibri', sans-serif!important;
  border: 1px solid #dddddd;
  text-align: left;
  font-size: 18px;
  padding: 8px!important;
  vertical-align: middle!important;
}

.panel-body {
	background-color: rgb(249, 249, 249);
}

tr:nth-child(even) {
  background-color: rgb(245, 245, 245);
}


/* 
 * 6.2 Section: Abstracts
 */
.abstracts a {
	text-decoration:underline;
}

.article-button {
	color: rgb(17, 94, 103)!important;
    font-family: "Effra";
	font-size: 16px;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 18px!important;
	border-style: solid;
	border-radius: 6.5rem;
    justify-content: center;
    align-items: center!important;
  	border-color: rgb(17, 94, 103);
	vertical-align: middle;
	display: inline-flex;
	text-transform: uppercase;
}

.button-link {
	color: rgb(17, 94, 103)!important;
}

/* 
 * 6.2 Section: Facts
 */
.facts i {
  color: #fff;
  font-size: 3em;
}
.facts h3 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-family: "Effra";
}

/* 
 * 6.3 Section: Speaker
 */
.speaker {
  text-align: center;
  color: #313131;
  text-transform: uppercase;
  margin: 25px 0;
}
.speaker h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.speaker p {
  margin-bottom: 5px;
}
.speaker img:hover {
  opacity: .7;
}

/* 
 * 6.3.3 Section: Scientific committee
 */
.scicom {
  text-align: center;
  color: #313131;
  text-transform: uppercase;
  margin: 25px 0;
}
.scicom h4 {
  font-family: "Effra";
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: none;
}
.scicom p {
  font-family: 'Calibri', sans-serif;
  text-transform: none;
  margin-bottom: 15px;
}

.orgacom {
  text-align: center;
  color: #313131;
  text-transform: uppercase;
}

.orgacom h4 {
  font-family: "Effra";
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: none;
}
.orgacom p {
  font-family: 'Calibri', sans-serif;
  text-transform: none;
}

.chair {
  text-align: center;
  color: #313131;
  text-transform: uppercase;
  margin: 25px 0;
}
.chair h4 {
  font-family: "Effra";
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: none;
}
.chair p {
  font-family: "calibri";
  text-transform: none;
  margin-bottom: 15px;
}

.img-person {
	max-width: 100%!important;
}

.about-person {
	height: 130px!important;
}

/* 
 * 6.5 Section: Wrap
 */

.wrap {
  padding-top: 60px;
  padding-bottom: 40px;
  color: #fff;
  background-color: rgb(209, 65, 36);
}

.wrap container {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: rgb(209, 65, 36);
}

.wrap container row col-sm-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap h3 {
  color: rgb(255,255,255);
  font-family: "Effra";
  font-size: 26px;
  letter-spacing: 1px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.wrap h4 {
  color: rgb(255,255,255);
  font-family: "calibri";
  font-family: "Effra Lt";
  font-size: 26px;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

/* 
 * 6.4 Section: Registration & Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
  padding-top: 30px;
  color: #fff;
  background-color: rgb(17, 94, 103);
}

.contribution container {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: rgb(17, 94, 103);
}

.contribution h3 {
  color: rgb(255,255,255);
  font-family: "Effra";
  font-size: 26px;
  letter-spacing: 1px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.contribution h4 {
  color: rgb(255,255,255);
  font-family: "calibri";
  font-family: "Effra Lt";
  font-size: 26px;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

/* 
 * 6.5.5 Section: Sessions
 */

.sessions {
  background-color: rgb(248, 248, 248)
}
	
.sessions h4 {
  font-family: "Effra";
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: none;
}

/* 
 * 6.6 Section: Schedule
 */
.schedule-box {
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin: 25px 0 0;
}
.schedule-box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
}


.hotels {
  background-color: rgb(248, 248, 248)
}

/* 
 * 6.7 Section: Schedule
 */
.partner {
  padding-top: 35px;
}
.partner .partner-box {
  display: block;
  opacity: 1;
  height: 180px;
  width: 180px;
  margin: 25px auto;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}
.partner .partner-box:hover {
  opacity: 1;
}
.partner .partner-box-1 {
	
  background: url(../images/partner/partner-1.png) no-repeat center center/contain;
}
.partner .partner-box-2 {
  background: url(../images/partner/partner-2.png) no-repeat center center/contain;
}

.partner .partner-box-3 {
  background: url(../images/partner/partner-3.png) no-repeat center center/contain;
}

.partner .partner-box-4 {
  background: url(../images/partner/partner-4.png) no-repeat center center/contain;
}

/* 
 * 6.8 Section: FAQ
 */
.faq .panel-heading {
  cursor: pointer;
}
.faq .faq-toggle.collapsed::before {
  font-family: "Ionicons";
  content: "\f218";
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
  position: absolute;
  left: 15px;
}
.faq .faq-toggle::before {
  position: absolute;
  left: 15px;
  font-family: "Ionicons";
  content: "\f209";
}
.faq .panel-group .panel + .panel {
  margin-top: 15px;
}
.faq .panel-default > .panel-heading {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}
.faq .panel-default > .panel-heading a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 35px;
}

/* 
 * 6.9 Section: photos
 */
.grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.grid::after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-item-sm-6 {
    width: 50%;
  }

  .grid-item-sm-3 {
    width: 25%;
  }

  .section-title {
    margin: 30px 0 30px;
  }

  figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .schedule-box {
    margin: 0;
  }

  .grid-item-md-6 {
    width: 50%;
  }

  .grid-item-md-3 {
    width: 25%;
  }
}
/* 
 * 7.0 Site-footer
 */
.site-footer {
  background-color: rgb(76, 159, 200);
  font-family: "Effra Lt";
  font-weight: 100;
  color: #fff;
  text-align: center;
  padding: 30px 0;
	
}
.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 10px;
}
.site-footer .site-info a {
  color: #fff;

}

.site-footer a {
 color: #fff;
		text-decoration:underline;
}


.site-footer .social-block li a {
  color: #fff;
}
.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}

/* 
 * Pop-up message
 */

.bio-button {
	background-color: rgb(209, 65, 36);
	color: rgb(255, 255, 255);
    font-family: "Effra";
	font-size: 16px;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 10px;
	border-style: solid;
	border-radius: 6.5rem;
    justify-content: center;
    align-items: center;
  	border-color: transparent;
	vertical-align: middle;
	display: inline-flex;
	text-transform: uppercase;
}

.bio-button-blue {
	background-color: rgb(17, 94, 103);
	color: rgb(255, 255, 255);
    font-family: "Effra";
	font-size: 16px;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 10px;
	border-style: solid;
	border-radius: 6.5rem;
    justify-content: center;
    align-items: center;
  	border-color: transparent;
	vertical-align: middle;
	display: inline-flex;
	text-transform: uppercase;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
	overflow: auto;
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    width: 50%;
	font-family: calibri;
	font-size: 18px;
	text-transform: none;
	padding: 2em;
	padding-right: 3em;
	text-align: left;
}

@media screen and (max-width: 768px) {
  .popup-content {
    width: 90%;
    height: auto;
}
	
  td {
    font-size: 12px !important;
  }
	
  th {
	font-size: 12px !important;
	}

.time-column {
  width: 15%;
}

.activity-column {
  width: 25%;
}

.speaker-column {
  width: 25%;
}

.topic-column {
  width: 35%;
}

.time-column-1 {
	width: 15%;
}

.activity-column-1 {
	width: 44%;
}

.info-column-1 {
	width: 44%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
}