@charset "UTF-8";
/* Lakosság rovat specifikus színvilág

"Párjai", amivel együtt frissítendő:
  - site_sszakmanak.scss és 
  - site_rolunk.scss */
.banner-list .column .content-list-elements a {
  background-color: #94212A;
}

.breadcrumb {
  background-color: #94212A;
}

.pager > *:not(.link-container).active {
  border: 1px solid #94212A;
  color: #94212A;
}

table.style2 tr:nth-child(odd), table.style3 tr:nth-child(odd),
article table.style2 tr:nth-child(odd),
article table.style3 tr:nth-child(odd) {
  background: #f1d6d8;
}
table.style2 tr:first-child, table.style8 tr:first-child,
article table.style2 tr:first-child,
article table.style8 tr:first-child {
  background: #94212A;
  color: #ffffff;
}
table.style3 tr td,
article table.style3 tr td {
  border-width: 0.8px 0 0.8px 0;
}
table.style3 tr:nth-child(even),
article table.style3 tr:nth-child(even) {
  background: #fef4f5;
}
table.style1 tr td, table.style2 tr td, table.style3 tr td, table.style8 tr td, table.style10 tr td,
article table.style1 tr td,
article table.style2 tr td,
article table.style3 tr td,
article table.style8 tr td,
article table.style10 tr td {
  border-color: #94212A;
}
@media screen and (max-width: 769px) {
  table.style1 tr td, table.style2 tr td, table.style3 tr td, table.style8 tr td, table.style10 tr td,
article table.style1 tr td,
article table.style2 tr td,
article table.style3 tr td,
article table.style8 tr td,
article table.style10 tr td {
    border-bottom-width: 0;
  }
  table.style1 tr td:last-child, table.style2 tr td:last-child, table.style3 tr td:last-child, table.style8 tr td:last-child, table.style10 tr td:last-child,
article table.style1 tr td:last-child,
article table.style2 tr td:last-child,
article table.style3 tr td:last-child,
article table.style8 tr td:last-child,
article table.style10 tr td:last-child {
    border-bottom-width: 0.8px;
  }
}