.section .region-content {
  background: rgb(245, 247, 246);
}
.section .region-content .container {
  width: 95%;
  font-size: 15px;
  line-height: 24px;
}
.section .region-content .container .blue-point {
  margin-bottom: 27px;
  font-weight: 800;
  line-height: 80px;
  font-size: 54px;
  position: relative;
}
.section .region-content .container form input#sfilter {
  height: 28px;
}

.unfccc_table {
  max-width: 100%;
  overflow-y: auto;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgb(171, 189, 240);
  border-collapse: unset !important;
  border: 0 !important;
}
.unfccc_table tbody {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.unfccc_table tbody tr td {
  border: 1px solid rgb(171, 189, 240);
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 16px;
  padding: 8px 14px;
  min-width: 50px;
  background: rgb(245, 247, 246);
  border-bottom: 0;
}
.unfccc_table tbody tr td:nth-child(2) {
  border-left: 0;
  border-right: 0;
}
.unfccc_table tbody tr:first-of-type td:first-child {
  border-top-left-radius: 10px;
}
.unfccc_table tbody tr:first-of-type td:last-child {
  border-top-right-radius: 10px;
}
.unfccc_table tbody tr:last-of-type td {
  border-bottom: 1px solid rgb(171, 189, 240);
}
.unfccc_table tbody tr:last-of-type td:first-child {
  border-bottom-left-radius: 10px;
}
.unfccc_table tbody tr:last-of-type td:last-child {
  border-bottom-right-radius: 10px;
}

.article_6_searchable_table {
  margin-bottom: 35px;
  width: 90%;
  overflow-y: auto;
  position: relative;
  border: 1px solid rgb(171, 189, 240);
}
.article_6_searchable_table thead {
  background: rgb(65, 105, 226) 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: 400;
}
.article_6_searchable_table thead tr th {
  position: sticky;
  top: 0;
  background: rgb(65, 105, 226) !important;
  color: rgb(255, 255, 255);
  border: none;
  border-top: 5px solid rgb(65, 105, 226);
  border-bottom: 5px solid rgb(65, 105, 226);
  line-height: 1.5;
  padding: 8px 14px;
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 16px;
}
.article_6_searchable_table thead tr th:nth-child(2) {
  border-left: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
}
.article_6_searchable_table tbody tr td {
  border: 1px solid rgb(171, 189, 240);
  line-height: 1.5;
  padding: 10px 10px;
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 16px;
}

.article_6_searchable_table tr th:nth-child(1) {
  width: 15% !important;
}
.article_6_searchable_table tr th:nth-child(2) {
  width: 15% !important;
}
.article_6_searchable_table tr th:nth-child(3) {
  width: 70% !important;
}
.article_6_searchable_table tr td:last-child, .article_6_searchable_table tr th:last-child {
  display: none;
}

#block-masobserversblock .title {
  display: none;
}
#block-masobserversblock .content.block__content {
  max-width: 1440px;
  margin-left: 247px;
  margin-right: 68px;
}

@media (max-width: 767px) {
  .table-container, .node--type-content_type_bodies .table-container {
    overflow-x: auto;
  }
}
@media (max-width: 990px) {
  #block-masobserversblock .content.block__content {
    margin-right: 10px;
    margin-left: 10px;
  }
}
