@charset "UTF-8";

.pages,h3,main p {
  max-width: none;
  width: auto;
}

table {
  max-width: none;
  width: auto;
}

table th {
  background-color: #f5f2ee;
  display: block;
}

table td {
  display: block;
}

@media (max-width: 443px) {
    .breadcrumbs_list {
      display: block;
    }

    .breadcrumbs_list li {
      margin-bottom: 5px;
    }
}
