/*
==================================================
 0.0 - Element
--------------------------------------------------
*/
.display_block {
  display: block !important;
}

.display_ib {
  display: inline-block !important;
}

.persons {
  display: flex;
  flex-wrap: wrap;
}
.persons img {
  display: inline-block !important;
  max-width: 90px !important;
  margin-bottom: 5px;
  margin-right: 5px;
}

.empty_item {
  display: none;
}
@media screen and (min-width: 920px) {
  .empty_item {
    display: block;
  }
}

/*
==================================================
 1.0 - Override
--------------------------------------------------
*/
/*
--------------------------------------------------
 1.0.1 - footer.css
--------------------------------------------------
*/
footer {
  margin-top: 140px;
}

/*
--------------------------------------------------
 1.0.2 - layout.css
--------------------------------------------------
*/
/*
--------------------------------------------------
 1.0.3 - page_news.css
--------------------------------------------------
*/
.un_newsPage_title .el_labelCategory {
  margin-right: 5px;
  margin-bottom: 5px;
}

.un_newsFigure figure {
  width: 100%;
}
@media screen and (min-width: 920px) {
  .un_newsFigure__2col figure {
    width: 48%;
  }
}
@media screen and (min-width: 920px) {
  .un_newsFigure__3col figure {
    width: 31%;
  }
}

.un_newsTable {
  width: 100%;
}

/*
--------------------------------------------------
 1.0.4 - form.css
--------------------------------------------------
*/
.el_formSelect {
  border-radius: unset;
}

/*
--------------------------------------------------
 1.0.5 - news.css (old)
--------------------------------------------------
*/
.contentArea .un_newsTable a i {
  margin-left: .3em;
}

.contentArea i {
  width: 1.5em;
}

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