section.english_success.row {
  display: flex;
  flex-direction: row;
}

/** 
  * Table white sapces
  **/
section.english_success .matrix_wrapper table tr {
  border-spacing: 0 2px;
  padding: 0 0 2px 0;
  border-bottom-width: 5px;
  border-bottom-color: white;
  border-bottom-style: solid;
}

section.english_success .matrix_wrapper table th:not(:last-child) {
  border-spacing: 0 2px;
  padding: 0 0 2px 0;
  border-right-width: 5px;
  border-right-color: white;
  border-right-style: solid;
}

section.english_success.row .matrix_wrapper table th {
  color: var(--color-white);
  font-weight: bold;
  font-size: 13px;
  line-height: 1.467;
	padding-bottom:15px;
	padding-top:15px;
	padding-right:5px;
	padding-left:5px;
}

section.english_success.row .matrix_wrapper table th {
  background-color: var(--color-orange);
}

section.english_success.row .matrix_wrapper:nth-child(3) table th,
section.english_success.row .matrix_wrapper:nth-child(4) table th {
  background-color: var(--color-blue);
}

section.english_success.row .matrix_wrapper table tr td {
  color: var(--color-grey);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.133;
  text-align: center;
}
section.english_success.row .matrix_wrapper table tr:nth-child(odd) td {
  background-color: var(--color-yellow);
}
section.english_success.row .matrix_wrapper table tr:nth-child(even) td {
  background-color: var(--color-blue);
}
section.english_success.row .matrix_wrapper table tr:nth-child(odd) td.year {
  background-color: #fdecc0;
}
section.english_success.row .matrix_wrapper table tr:nth-child(even) td.year {
  background-color: #c1e2fc;
}
section.english_success.row .matrix_wrapper table th,
section.english_success.row .matrix_wrapper table tr td:nth-child(even) {
  margin-right: 2px;
}

section.english_success.row .matrix_wrapper table tfoot td {
  background-color: transparent !important;
  font-size: small;
}

/**
  * Desktop & Tablet specific
  **/
@media (min-width: 768px) {
  section.english_success.row .matrix_wrapper:not(:last-child) {
    margin-right: 10px;
  }
  section.english_success.row .matrix_wrapper:nth-child(2) {
    margin-right: 40px;
  }
  section.english_success.row .matrix_wrapper:nth-child(3) {
    margin-left: 40px;
  }
}

/**
  * Mobile specific
  **/
@media (max-width: 767px) {
  section.english_success.row {
    flex-direction: column;
  }
}
