/* css styles */

.avatar {
  border-radius: 50%;
  object-fit: cover;
}

.organisers {
  text-align: center;
}

.sponsor-container figcaption {
  text-align: center;
}

.sponsor-logo {
  padding-right: 10px;
  padding-left: 10px;
  max-height: 150px;
}

.sponsor-table{
  width:100%;
  border-collapse:separate;
  border-spacing:6px;
  font:14px Arial,sans-serif;
  table-layout: fixed;
}

.sponsor-table th{
  background:#084c75;
  color:#fff;
  padding:16px 10px;
  text-transform:uppercase;
  text-align: center;
}

.sponsor-table td{
  background:#f2f2f2;
  color:#084c75;
  padding:14px 10px;
  font-weight:bold;
  text-align:center;
}

.sponsor-table td:first-child{
  text-align:left;
  color: #333333;
  text-transform:uppercase;
}

.sponsor-table td:first-child,
.sponsor-table th:first-child{
  width: 300px;
  max-width: 300px;
  white-space: normal;
  word-wrap: break-word;
}

.native-emoji{
  font-size:18px;
  font-family:
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Noto Color Emoji",
    sans-serif;
}