.generic-fixed-table .key-requirements-table-heading~table tr td:first-child,
.generic-fixed-table .key-requirements-table-heading~table tr td:last-child {
  width: 40%;
}

.generic-fixed-table .key-requirements-table-heading~table tr td:nth-child(2) {
  width: 20%;
}

.generic-table.generic-detail-table table td {
  padding: 26px 35px;
  font-weight: 700;
  color: #333;
}

.page-content-row:last-child {
  margin-bottom: 60px;
  word-break: break-word;
}

.leadership-tabs~section .page-content-row h2 {
  padding-top: 30px;
}

.page-content-row.table-layout-main-parent:not(:first-child){
  padding-top: 10px;
} 

@media screen and (max-width: 1024px) and (min-width: 596px) {
  .page-content-row:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 595px) {
  .page-content-row:last-child {
    margin-bottom: 30px;
  }
}
.generic-table.generic-detail-table table td:first-child {
  font-weight: 400;
}

.generic-table table tr.bg-white {
  background: #fff;
}

.generic-table table tr.bg-fade-grey {
  background: #f9f9f9;
}

.generic-table.generic-detail-table table td,
.generic-table.generic-detail-table table th {
  width: 33.33%;
  border-left: 1px solid #666;
}

.generic-detail-table table th:first-child,
.generic-fixed-table table th:first-child,
.generic-detail-table table td:first-child,
.generic-detail-table table th:first-child {
  border-left: 0;
  text-align: left;
}

.generic-detail-table table .bg-black {
  color: #fff;
}

.generic-detail-table table tr {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.generic-detail-table table {
  border: 1px solid #bec0c1;
  border-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .generic-fixed-table.generic-table-new td strong {
    padding-right: 5px;
    width: 100%;
  }
  .generic-fixed-table table td p{
    font-size: 13px;
  }
}

@media screen and (max-width: 595px) {
  .generic-fixed-table.generic-detail-table .container table h5 {
    word-break: break-word;
  }
}

.generic-fixed-table tr td pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.generic-detail-table table,
.generic-fixed-table table {
  width: 100%;
}

.generic-detail-table table h6 {
  margin: 0;
}

.generic-fixed-table table th:first-child,
.generic-fixed-table table td:first-child {
  text-align: left;
}

.generic-fixed-table table thead tr {
  border-bottom: 1px solid #bec0c1;
}

.generic-fixed-table table thead {
  border-top: 1px solid #bec0c1;
}

.generic-fixed-table table tr {
  text-align: center;
  border-left: 1px solid #bec0c1;
  border: 1px solid #bec0c1;
  vertical-align: top;
}

.generic-fixed-table table.text-left tr{
  text-align: left;
}

.generic-detail-table table tr.table_heading,
.generic-fixed-table table tr.table_heading {
  vertical-align: middle;
}

.generic-fixed-table table td:first-child,
.generic-fixed-table table td a {
  word-break: break-word;
  overflow-wrap: break-word;
}

.generic-fixed-table .cloud-table-heading~table td:first-child,
.generic-fixed-table .cloud-table-heading~table th:first-child,
.generic-table .cloud-table-heading~table td:first-child,
.generic-table .cloud-table-heading~table th:first-child {
  text-align: left;
  width: 25%;
  border-left: 0;
}

.generic-fixed-table .cloud-table-heading~table td.short,
.generic-fixed-table .cloud-table-heading~table th.short {
  width: 140px;
}

.generic-fixed-table table th,
.generic-fixed-table table td {
  padding: 15px;
  font-size: 16px;
  line-height: 1.2;
  width: 16.25%;
  color: #53565a;
  border-left: 1px solid #bec0c1;
  border-top: 1px solid #bec0c1;
  position: relative;
  vertical-align: middle;
}


.generic-fixed-table.challenge-block table td {
  background: #0074E00E;
  vertical-align: top;
}

.generic-fixed-table .cloud-table-heading~table td,
.generic-fixed-table .cloud-table-heading~table th,
.generic-table .cloud-table-heading~table td,
.generic-table .cloud-table-heading~table th {
  width: auto;
}

/* .generic-fixed-table table tr:nth-child(2n) {
  background: #f3f3f3;
} */


.generic-fixed-table table th.bg-white,
.generic-fixed-table table th[class=" "] {
  color: #333;
}

.generic-detail-table.generic-fixed-table table td,
.generic-detail-table.generic-fixed-table table th {
  width: 33.33%;
  word-break: break-word;
}

.generic-fixed-table.generic-table-new table th,
.generic-fixed-table.generic-table-new table td {
  width: 16.23%;
}

@media all and (min-width: 768px) {

  .generic-fixed-table table .column_2 th,
  .generic-fixed-table table .column_2 td {
    width: calc(100% / 2);
  }

  .generic-fixed-table table .column_3 th,
  .generic-fixed-table table .column_3 td {
    width: calc(100% / 3);
  }

  .generic-fixed-table.generic-table-new table .column_4 th,
  .generic-fixed-table.generic-table-new table .column_4 td {
    width: calc(100% / 4);
  }

  .generic-fixed-table.generic-table-new table .column_5 th,
  .generic-fixed-table.generic-table-new table .column_5 td {
    width: calc((100% - 25%) / 4);
  }

  .generic-fixed-table.generic-table-new table .column_5 th:first-child,
  .generic-fixed-table.generic-table-new table .column_5 td:first-child {
    width: 25%;
  }

  .generic-fixed-table table .column_7 th,
  .generic-fixed-table table .column_7 td {
    width: calc((100% - 30%) / 7);
  }

  .generic-fixed-table table .column_7 th:nth-child(2),
  .generic-fixed-table table .column_7 td:nth-child(2) {
    width: 30%;
  }
}

.page-template-editions-php .generic-fixed-table.generic-table-new table th:first-child,
.page-template-editions-php .generic-fixed-table.generic-table-new table td:first-child {
  width: 67.5%;
}

.generic-table-new table:last-child {
  margin: 0;
}

.generic-fixed-table .tooltip,
.generic-table-new .tooltip {
  position: absolute;
  width: 500px;
  left: -85px;
  top: 20px;
  cursor: auto;
  background: #fff;
  border: 1px solid #bec0c1;
  padding: 25px;
  z-index: 8;
  display: none;
  opacity: 0;
  -webkit-box-shadow: 4px 4px 25px;
  box-shadow: 4px 4px 25px;
}

.generic-fixed-table .info-tooltip:hover .tooltip,
.generic-fixed-table .active .tooltip {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.generic-fixed-table .info-tooltip {
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;

}

.generic-fixed-table table td .info-tooltip {
  width: auto;
}

.generic-fixed-table .tooltip p {
  color: #111;
}

.generic-fixed-table .tooltip p b {
  font-weight: 700;
}

.generic-fixed-table .tooltip .tip-arrow {
  position: absolute;
  bottom: 100%;
  left: 78px;
  border: 15px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
}

.generic-fixed-table .tooltip .button-wrap a {
  font-size: 16px;
  position: relative;
  margin: 0 0 0 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.generic-fixed-table .tooltip .button-wrap a:first-child {
  margin: 0;
}

.generic-fixed-table .tooltip .button-wrap a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  top: auto;
  background: #4287d6;
  transform: scaleX(0);
  transition: transform 0.1s;
}

.generic-fixed-table .tooltip .button-wrap a:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.generic-fixed-table table td img {
  height: 15px;
}

@media (max-width: 595px) {
  .generic-table-new table td img {
    height: 15px;
  }

  .generic-fixed-table .info-tooltip,
  .generic-fixed-table .tooltip {
    display: none;
  }
}

.generic-fixed-table td.flex div {
  display: flex;
  align-items: center;
}

.generic-fixed-table td.flex div img {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .generic-fixed-table td.flex div {
    flex-direction: column;
    justify-content: center;
  }

  .generic-fixed-table td.flex div img {
    margin-right: 0;
  }

}

.generic-detail-table.generic-fixed-table table th.show-table-header-border-bottom {
  border-bottom: 1px solid #bec0c1 !important;
}

.generic-fixed-table table td hr {
  border: 0.5px solid #9a9a9a;
  width: 100%;
}

.generic-table.generic-detail-table table th {
  padding: 15px 35px 13px;
}

.generic-detail-table h4 {
  margin-bottom: 15px;
}

.generic-table {
  padding: 50px 0;
}

.generic-table table {
  width: 100%;
  border-top: 1px solid #bec0c1;
  position: relative;
}

.generic-table h4 {
  margin-bottom: 15px;
}

.generic-table table th {
  padding: 15px 35px 12px;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  width: 16.25%;
  font-weight: 700;
  border-left: 1px solid #bec0c1;
}

.generic-table table th.bg-lightBlue {
  color: #fff;
}

.generic-table table th:first-child {
  text-align: left;
  width: 67.5%;
  border-left: 0;
}

.generic-table table td {
  padding: 35px;
  font-size: 16px;
  line-height: 1.2;
  width: 16.25%;
  font-weight: 400;
  color: #53565a;
  border-left: 1px solid #bec0c1;
}

.generic-table table td img {
  height: 19px;
}

.generic-table table td:first-child {
  text-align: left;
  width: 67.5%;
  border-left: 0;
}

.generic-table table tr {
  text-align: center;
  border-left: 1px solid #bec0c1;
  border-right: 1px solid #bec0c1;
}

.generic-table .tooltip {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  cursor: auto;
  background: #fff;
  border: 1px solid #bec0c1;
  padding: 25px;
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 25px;
}

.generic-table .active .tooltip {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.generic-table .info-tooltip {
  cursor: pointer;
  display: inline-block;
}

.generic-table .tooltip p {
  color: #111;
}

.generic-fixed-table.generic-detail-table .text-left .bg-black h5 {
  margin-bottom: 0;
}

.generic-table .tooltip p b {
  font-weight: 700;
}

.generic-table .tooltip .tip-arrow {
  position: absolute;
  bottom: 100%;
  left: 17%;
  margin-left: -15px;
  border: 15px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
}

.generic-table .tooltip .button-wrap a {
  font-size: 16px;
  position: relative;
  margin: 0 0 0 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.generic-table .tooltip .button-wrap a:first-child {
  margin: 0;
}

.generic-table .tooltip .button-wrap a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  top: auto;
  background: #4287d6;
  transform: scaleX(0);
  transition: transform 0.1s;
}

.generic-table .tooltip .button-wrap a:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.generic-table table tr:first-child {
  border-bottom: 1px solid #bec0c1;
}

.generic-table table tr:nth-child(2n) {
  background: #f9f9f9;
}

.generic-table.no-padding {
  padding: 0 !important;
}

.generic-table .no-border-top {
  border-top: 0 !important;
}

.generic-table .button-wrap {
  margin-top: 10px;
  position: relative;
  display: block;
}

.generic-table .button-wrap button {
  position: absolute;
}

.generic-table table td:last-child,
.generic-table table td:nth-child(2) {
  font-weight: 700;
  color: #333;
}


.generic-fixed-table table .bg-lightBlue th,
.generic-fixed-table table .bg-orange th,
.generic-fixed-table table .orange-gradient th,
.generic-fixed-table table .bg-green th,
.generic-fixed-table table .bg-lightBlue,
.generic-fixed-table table .bg-orange,
.generic-fixed-table table .orange-gradient,
.generic-fixed-table table .bg-green {
  color: #fff;
}

.generic-table-cell-merge.table-responsive {
  display: block;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 5px;
}
.generic-table-cell-merge table {
  border-bottom: 1px solid #bec0c1;
  border-right: 1px solid #bec0c1;
  width: 1240px;
}
.generic-table-cell-merge table tr {
  text-align: center;
  border-left: 1px solid #bec0c1;
  border: 1px solid #bec0c1;
  vertical-align: top;
}
.generic-table-cell-merge td, .generic-table-cell-merge th {
  padding: 15px;
  font-size: 16px;
  line-height: 1.2;
  width: 16.25%;
  color: #53565a;
  border-left: 1px solid #bec0c1;
  border-top: 1px solid #bec0c1;
  position: relative;
  vertical-align: middle;
}
.generic-table-cell-merge th {
  color: #fff;
}
.generic-table-cell-merge th:first-child {
  width: 25% !important;
}
.generic-table-cell-merge .column_5 th, .generic-table-cell-merge .column_5 td {
  width: calc((100% - 25%) / 4);
}


@media screen and (max-width: 767px) and (min-width: 596px) {
  .generic-table.generic-detail-table table td {
    padding: 20px 35px;
  }
}

@media screen and (max-width: 595px) {

  .generic-table.generic-detail-table table td,
  .generic-table.generic-detail-table table th {
    width: 100%;
    padding: 20px 20px 20px 120px;
    border-left: 0;
  }

  .generic-table.generic-detail-table table td:last-child,
  .generic-table table td:last-child {
    padding-bottom: 30px;
  }
}

@media (max-width: 1224px) and (min-width: 1025px) {
  .generic-fixed-table table th {
    font-size: 16px;
    padding: 15px 15px 12px;
  }

  .generic-fixed-table table td {
    font-size: 15px;
  }

  .generic-table .button-wrap button {
    padding: 15px 20px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .generic-fixed-table table h5 {
    font-size: 18px;
  }

  .generic-fixed-table table td {
    font-size: 11px;
  }

  .generic-table table tr button {
    font-size: 16px;
    padding: 15px 20px;
  }

  .generic-table table th {
    font-size: 16px;
    padding: 25px 20px;
  }

  .generic-table table td {
    font-size: 15px;
    padding: 25px 20px;
  }

  .generic-table .button-wrap button {
    padding: 10px 15px;
    font-size: 16px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .generic-fixed-table table tr td {
    display: table-cell;
    word-break: break-word;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .generic-fixed-table table th {
    font-size: 15px;
  }

  .generic-fixed-table table th p {
    font-size: inherit;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .generic-fixed-table table th {
    font-size: 13px;
  }

  .generic-fixed-table table th:first-child {
    padding: 15px 10px;
  }

  .generic-fixed-table table th p {
    font-size: inherit;
  }

  .generic-fixed-table .cloud-table-heading~table td,
  .generic-table .cloud-table-heading~table td {
    padding: 25px;
  }
}
/* 
@media (max-width: 991px) and (min-width: 769px) {

  .generic-fixed-table .cloud-table-heading~table td a.black-btn,
  .generic-fixed-table .cloud-table-heading~table td a.red-btn,
  .generic-table .cloud-table-heading~table td a.black-btn,
  .generic-table .cloud-table-heading~table td a.red-btn {
    font-size: 13px;
    padding: 15px;
  }
} */

@media (max-width: 768px) {

  .generic-fixed-table table.no-tb-border,
  .generic-table table.no-tb-border {
    border: none;
  }
  .generic-fixed-table table h5 {
    font-size: 14px;
  }

  .generic-fixed-table table {
    border: 1px solid #bec0c1;
  }

  .generic-fixed-table .key-requirements-table-heading~table tr td:first-child,
  .generic-fixed-table .key-requirements-table-heading~table tr td:last-child,
  .generic-fixed-table .key-requirements-table-heading~table tr td:nth-child(2) {
    width: 100%;
  }

  .generic-fixed-table .key-requirements-table-heading~table tr td:nth-child(2) img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .generic-fixed-table .cloud-table-heading~table.no-tb-border,
  .generic-table .cloud-table-heading~table.no-tb-border {
    border: none;
  }

  .generic-detail-table table thead,
  .generic-fixed-table table thead {
    display: block;
    float: left;
    width: 40%;
  }

  .generic-fixed-table table {
    display: block;
    position: relative;
    width: 100%;
  }

  .generic-detail-table table tr,
  .generic-fixed-table table tr {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: none;
    word-break: break-word;
    white-space: normal;
    border-left: 1px solid #bec0c1;
  }
  .table_layout tr td{
    min-width: 185px !important;
    word-break: break-word !important;
    padding: 0 14px !important;

  }

  .generic-detail-table table tbody tr,
  .generic-fixed-table table tbody tr {
    width: 100%;
  }

  .generic-fixed-table.generic-detail-table.two-column-table table tbody tr {
    display: inline-grid;
  }

  .generic-detail-table table tbody tr:last-child td,
  .generic-fixed-table table tbody tr:last-child td {
    border-right: 0;
  }

  .generic-detail-table table th,
  .generic-fixed-table table th,
  .generic-detail-table table td,
  .generic-fixed-table table td {
    display: block;
    width: 100% !important;
    line-height: 21px;
    padding: 12px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .generic-fixed-table table td>* {
    width: 100%;
  }

  .page-template-editions .generic-detail-table table th,
  .page-template-editions .generic-fixed-table table th {
    align-items: center;
  }

 .page-template-editions .generic-fixed-table table th img{
  max-width: 100px;
 }
 .page-template-editions-php .generic-fixed-table.generic-table-new table td:first-child span:first-child,.page-template-editions-php .generic-fixed-table.generic-table-new table td strong{
  width: auto;
  display: inline-block;
 }
 .page-template-editions-php .generic-fixed-table.generic-table-new table td span.info-tooltip{
  margin-left: 5px;
 }

  .generic-detail-table table td.text-left,
  .generic-fixed-table table td.text-left {
    justify-content: flex-start;
  }

  .generic-fixed-table table td:last-child {
    border-bottom: none;
  }

  /* .generic-detail-table table td:first-child,
  .generic-fixed-table table td:not(.text-left):first-child {
    text-align: center;
    width: 100%;
  } */

  .generic-fixed-table .cloud-table-heading~table td:first-child,
  .generic-table .cloud-table-heading~table td:first-child {
    text-align: left;
    width: 100%;
  }

  .page-template-editions-php .generic-fixed-table table td:first-child{
    text-align: center;
  }
  .page-template-editions-php .generic-fixed-table.generic-table-new table td span.info-tooltip img{
    vertical-align: middle;
  }

  .generic-fixed-table .cloud-table-heading~table td,
  .generic-fixed-table .cloud-table-heading~table th,
  .generic-table .cloud-table-heading~table td,
  .generic-table .cloud-table-heading~table th {
    width: 100%;
  }

  .generic-fixed-table .cloud-table-heading.support-tier-table~table td,
  .generic-fixed-table .cloud-table-heading.support-tier-table~table th,
  .generic-table .cloud-table-heading.support-tier-table~table td,
  .generic-table .cloud-table-heading.support-tier-table~table th {
    min-height: 150px;
    justify-content: flex-start;
    width: 100%;
  }

  .generic-fixed-table .cloud-table-heading.support-tier-table~table tr:first-child td,
  .generic-fixed-table .cloud-table-heading.support-tier-table~table tr:first-child th,
  .generic-table .cloud-table-heading.support-tier-table~table tr:first-child td,
  .generic-table .cloud-table-heading.support-tier-table~table tr:first-child th {
    justify-content: center;
  }

  .generic-fixed-table table thead {
    border-top: none;
  }

  .generic-detail-table table thead th,
  .generic-fixed-table table thead th {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
  }

  .generic-detail-table table th:first-child,
  .generic-fixed-table .cloud-table-heading~table th:first-child,
  .generic-fixed-table table th:first-child,
  .generic-table .cloud-table-heading~table th:first-child {
    width: 100%;
  }

  .generic-fixed-table table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
  }

  .generic-detail-table table thead tr,
  .generic-fixed-table table thead tr {
    border-bottom: none;
    border-right: 1px solid #bec0c1;
  }

  .generic-detail-table table td:before {
    display: none;
  }

  .generic-detail-table.generic-fixed-table table td,
  .generic-detail-table.generic-fixed-table table th {
    width: 100%;
    border-left: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }

}

@media (max-width: 595px) and (min-width: 481px) {

  .generic-fixed-table table thead th,
  .generic-table.generic-detail-table table thead th {
    padding: 25px 30px;
  }
}

@media screen and (max-width: 595px) {

  .generic-fixed-table .cloud-table-heading~table td span,
  .generic-table .cloud-table-heading~table td span {
    width: 100%;
  }
}

@media (max-width: 767px) and (min-width: 596px) {
  .generic-table table th {
    font-size: 15px;
    padding: 25px 20px;
  }

  .generic-table table td {
    font-size: 14px;
    padding: 25px 20px;
  }

  .generic-table table tr button {
    font-size: 15px;
    padding: 15px;
  }

  .generic-table .tooltip .button-wrap a {
    font-size: 14px;
  }
}

@media (max-width: 595px) {
  .generic-table .tooltip .button-wrap a {
    font-size: 14px;
    display: block;
    margin: 5px 0;
  }

  .generic-table .tooltip .button-wrap a:after {
    right: auto;
    margin-left: 5px;
  }

  .generic-table .tooltip .button-wrap a:before {
    width: auto;
  }

  .generic-table table td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    max-width: 120px;
    display: inline-block;
    position: absolute;
    left: 20px;
  }

  .generic-table table tr:first-child {
    display: none;
  }

  .generic-table table td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 20px 20px 20px 120px;
    border-left: 0;
  }

  .generic-table table tr {
    text-align: left;
  }

  .generic-table table td:first-child {
    width: 100%;
  }

  .generic-table table td img {
    height: 15px;
  }

  .generic-table table {
    width: 100%;
    border-bottom: 1px solid #bec0c1;
  }

  .generic-table.no-padding table {
    border-bottom: 0;
  }
}

@-moz-document url-prefix() {
  @media (max-width: 768px) {
    .generic-fixed-table table td hr {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
}

@media (max-width: 991px) {
  .why-couchbase-frame.content-with-image .container .content-wrapper>div {
    width: 100% !important;
    overflow: auto;
  }
}

.phaseprint_page .generic-fixed-table.generic-table-new table th:first-child,
.phaseprint_page .generic-fixed-table.generic-table-new table td:first-child,
.phaseprint_page .generic-fixed-table.generic-table-new table th,
.phaseprint_page .generic-fixed-table.generic-table-new table td {
  width: 20%;
}

.phaseprint_page .page-content-row:first-child,
.phaseprint_page .generic-fixed-table.generic-table-new {
  margin-bottom: 35px;
}

.generic-detail-table.generic-fixed-table.two-column-table table td,
.generic-detail-table.generic-fixed-table.two-column-table table th {
  width: 50%;
}

@media screen and (max-width: 400px) {
  .page-template-nosql-database-cloud-comparison  .generic-fixed-table table thead th {
    font-size: 12px;
  }
}


tr.light-grey strong {
  font-weight: 400;
}