@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.table-kural-setleri caption {
  display: none;
}
.table-kural-setleri thead th:nth-child(1) {
  width: 150px;
}
.table-kural-setleri thead th:nth-child(2) {
  width: 150px;
}
.table-kural-setleri thead th:nth-child(4) {
  width: 180px;
}
.table-kural-setleri thead th:nth-child(5) {
  width: 150px;
}
.table-kural-setleri thead tr th {
  position: relative;
}
.table-kural-setleri thead tr th:before {
  content: "";
  height: 45%;
  width: 3px;
  position: absolute;
  left: 10px;
  background: #fff;
}

/*# sourceMappingURL=kural_setleri.css.map */
