.mc-nav .mc-navlink {
  font-family: "Open Sans", sans-serif;
}

.mc-header .mc-drop-menu a {
  font-family: "Open Sans", sans-serif;
}

.extra-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.extra-expand-bottom {
  flex: 1;
}

.extra-page-content {
  margin: auto;
  max-width: 1200px;
  background-color: white;
  min-height: 650px;
  padding: 0px 40px;
  margin-bottom: 30px;
}

.extra-title-logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}

table {
  border-collapse: separate; /* Key change */
  border-spacing: 0; /* Prevent gaps */
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  width: 100%;
}

thead tr th {
  border-bottom: none;
}

th,
td {
  border: 1px solid #9c9c9c;
  text-align: left;
  padding: 8px;
}

th {
  background-color: #f5f5f5;
}

/* curved header*/
thead tr th:first-child {
  border-top-left-radius: 5px;
}
thead tr th:last-child {
  border-top-right-radius: 5px;
}
