.cb-speakers {
  width: 100%;
}

.cb-speakers-introtext {
  margin: 20px;
  white-space: pre-wrap;
}

.cb-speakers-header-image {
  border-radius: 10px;
  max-height: 400px;
  max-width: 100%;
}

.cb-speaker {
  margin: 20px;
}

.cb-speaker .cb-speaker-heading {
  border-top: 1px solid silver;
  padding: 40px 0;
}

.cb-speaker-image {
  border-radius: 10px !important;
  max-height: 200px;
  max-width: 200px !important;
}

.cb-speaker-info > * {
  margin-bottom: 24px;
}

.cb-speaker-name {
  font-size: x-large;
  font-weight: bold;
}

.cb-speaker-bio {
  white-space: pre-wrap;
}

.cb-speaker-position {
  font-style: italic;
}

.cb-speaker-lecture {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 2px;
}

.cb-speaker-lecture_title {
  font-size: larger;
  font-weight: bold;
  margin-bottom: 12px;
}

.cb-speaker-image {
  margin: 0 20px 12px 0;
}

.cb-speaker-info > * {
  margin-bottom: 24px;
}

.cb-speaker-position {
  margin-left: 20px;
}