﻿@media screen and (max-width: 767px) {
  .image {
    width: 100%;
  }
}
.module_table-wide.table table {
  min-width: 880px;
}
.module_table-wide.table table thead th {
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
.module_table-wide.table table tbody th {
  -webkit-text-size-adjust: 100%;
}
.module_table-wide.table table tbody td {
  text-align: center;
}
