.mc4wp-form input[type="submit"] {
  width: 100%;
}

.error-content .button--aylen {
  display: inline-block !important;
}

.post table {
  width: 100%;
}

.post table tr {
  background-color: #dbeaf0;
}

.post table tr:nth-of-type(2n+1) {
  background-color: #e6f2f7;
}

.post table tr th,
.post table tr td {
  color: #384042;
  font-family: "Merriweather",serif;
  font-size: 0.85714rem;
  font-weight: 300;
  padding: 15px;
}

.post table tr th:first-child,
.post table tr td:first-child {
  padding-left: 30px;
}

.post table tr th:last-child,
.post table tr td:last-child {
  padding-right: 30px;
}

.preloader .bg-color {
  background-color: #fff;
}

.error-page-bg .bg-color {
  background-color: #f2f5ff;
}