.oooclir-speakers h1 {
  margin-bottom: 0;
}

.oooclir-speakers p {
  color: #616161;
  font-weight: bold;
  margin: -4px 0 12px 0;
}

.oooclir-speakers__table th {
  background-color: #bdbdbd;
  color: #616161;
}

.oooclir-speakers__table th:nth-child(1) {
  width: 340px;
  min-width: 340px;
}

.oooclir-speakers__table td:nth-child(1) {
  font-weight: bold;
  color: #616161;
}

.oooclir-speakers__table td:nth-child(2),
.oooclir-speakers__table td:nth-child(3) {
  text-align: center;
  font-weight: bold;
  color: #616161;
}

.oooclir-speakers__table td:nth-child(4) {
  text-align: center;
}

.oooclir-speakers__table td:nth-child(4) a {
  text-decoration: none;
}

.oooclir-speakers .oooclir-speakers__table img:first-child {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 4px;
}

.oooclir-speakers .oooclir-speakers__table img:last-child {
  max-width: 28px;
  margin-right: 12px;
}

.oooclir-speakers .oooclir-speakers__table span {
  display: inline-block;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .oooclir-speakers h1 {
    font-size: 20px;
  }

  .oooclir-speakers .oooclir-speakers__table {
    border: 0;
  }

  .oooclir-speakers .oooclir-speakers__table caption {
    font-size: 1.3em;
  }

  .oooclir-speakers .oooclir-speakers__table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .oooclir-speakers .oooclir-speakers__table tr {
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .oooclir-speakers .oooclir-speakers__table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .oooclir-speakers .oooclir-speakers__table td::before {
    width: 80px;
    text-align: left;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .oooclir-speakers .oooclir-speakers__table td:last-child {
    border-bottom: 0;
  }
}
