<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hamburger {
  display: none;
  float: right;
}

.totop {
  position: fixed;
  bottom: 0;
  right: 2rem;
  display: none;
  z-index: 999;
}

#c389,
#c390,
#c391,
#c392,
#c393,
#c394 {
  display: none;
}


@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 0;
  }

  .content {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 0;
  }

  .leftCol {
    width: auto !important;
    padding: 0 3px 0 3px;
    margin: 0 3px 0 3px;
  }

  #topNews {
    margin-bottom: 3px;
  }

  #topNews li {}

  #topNews li:nth-of-type(1) {}


  ul.themesList {
    padding: 6px;
    margin-bottom: 3px;
  }

  ul.themesList&gt;li {
    text-decoration: underline;
  }

  ul.themesList li ul {
    display: none;
  }

  ul.themesList.open li ul {
    display: block;
    margin-left: 1.2rem;
  }

  ul.themesList li span.indicator {
    display: none;
  }

  .middCol {
    margin: 0 !important;
  }

  .frameHolder .frameHolderB {
    padding: 1rem 0 1rem 0;
  }

  h1 {
    font-size: 1.5rem;
  }

  .itemsList .thisDate .item {
    margin: 0;
  }

  nav#mmenu {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .hamburger svg {
    width: 30px;
    height: 30px;
    margin-right: 35px;
    margin-top: 20px;
  }

  .dark-header .hamburger svg {
    fill: #fff;
    margin-right: 20px;
    margin-top: 25px;
  }

  .hamburger .cross-icon {
    display: none;
  }

  .mm-ocd-opened .hamburger .cross-icon {
    display: block;
  }

  .mm-ocd-opened .hamburger .menu-icon {
    display: none;
  }

  .mm-ocd--open #mmenu {
    display: block;
  }

  .mm-ocd--open #mmenu #siteMenu {
    display: flex;
    flex-direction: column;

  }

  .totop {
    display: block;

  }

  .totop svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  #footer .developer {
    background: url("../images/ms_logo.png") no-repeat scroll right top transparent;
    height: 50px;
    overflow: hidden;
    padding-left: 0;
    text-align: left;
    font-size: 13px;
    padding-right: 41%;
  }

  .mm-spn.mm-spn--navbar {
    display: flex;
    flex-direction: column;

  }

  .mm-spn.mm-spn--navbar ul {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .mm-spn.mm-spn--navbar ul#topNews {
    display: none;
  }

  .mm-spn.mm-spn--navbar ul.viewOptions {
    display: none;
  }

  .mm-spn.mm-spn--navbar ul.lingo {
    flex-direction: row;
  }

  .mm-spn.mm-spn--navbar ul.lingo a {
    padding: 3px;
  }

  .mm-spn.mm-spn--navbar ul.lingo li::before,
  .mm-spn.mm-spn--navbar ul.lingo li::after {
    display: none;
  }


  #counters {
    display: none;
  }

  .itemsList .thisDate .date .selector {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {

  #c389,
  #c390,
  #c391,
  #c392,
  #c393,
  #c394 {
    display: block;
    min-height: 100px;
  }

  #c224,
  #c252,
  #c253,
  #c251,
  #c279,
  #c218,
  #c249,
  #c219 {
    display: none;
  }
}</pre></body></html>