@charset "utf-8";
/* CSS Document */


.committee_list li {
	margin-bottom: 10px;
}
.committee_list li b {
	font-size: 1rem;
}
.speaker_h5 {
	margin-top: 1rem;
}
.speaker_h5 a {
	color: #536078;
	font-size: 1.1rem;
}
.card-text {
	line-height: 1.2rem;
}
.program_table,
.registration_table {
  width: 100%;
  min-width: 576px;
  border: 1px solid #fff;
}
.program_table thead th,
.registration_table thead th {
  background: #156082;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.registration_table thead th {
  width: 25%;
}
.program_table tbody th {
  width: 12%;
  font-weight: normal;
  padding: 5px;
}
.registration_table tbody th {
  padding: 5px;
}
.program_table tbody td {
  width: 22%;
  padding: 5px;
  text-align: center;
}
.registration_table tbody td{
  padding: 5px;
  text-align: center;
}
.program_table tbody tr:nth-child(odd),
.registration_table tbody tr:nth-child(odd) {
  background: #CCD2D8;
}
.program_table tbody tr:nth-child(even),
.registration_table tbody tr:nth-child(even) {
  background: #E7EAED;
}
ul.registration_ul > li {
  text-indent: -5px;
}
ul.registration_ul > li:before {
  content: "— ";
  text-indent: -5px;
}
@media screen and (max-width: 768px) {
	.committee_list li {
		margin-bottom: 5px;
	}
	.committee_list li b {
		font-size: 16px;
	}
}
@media screen and (max-width: 576px) {
  .program_table ,
  .registration_table {
    font-size: .8rem;
  }
}