<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PoÄŤĂ­taÄŤe a zariadenia so stredne veÄľkĂ˝m rozlĂ­ĹˇenĂ­m */
@media (min-width: 992px) and (max-width: 1199px) {
  .subcontainer {
    padding: 0px;
  }
}

/* Tablety a zariadenia s malĂ˝m rozlĂ­ĹˇenĂ­m */
@media (min-width: 768px) and (max-width: 991px) {
  .subcontainer {
    padding: 0px;
  }
}

/* MobilnĂ© zariadenia */
@media (max-width: 767px){
  .main-content {
    margin-top: 90px;
  }
  .head .head-container{
        padding: 40px 30px 40px 30px;
  }
  .row.header.menu .logo-gold {
    max-width: 50px;
    max-height: 50px;
  }
  .head .logo {
      max-height: 180px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-right: 0px;
  }
  .head .description {
    text-align: center;
    max-width: none;
    margin-left: 0px;
    line-height: 25px;
  }
  .subcontainer {
    padding: 0px;
  }
  .publicVote .main-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .valuation .list-project .item {
    height: initial;
    margin-bottom: 20px;
  }
}


/* Large Devices, Wide Screens *
@media only screen and (max-width : 1200px) {
}*/
/* Medium Devices, Desktops *
@media only screen and (max-width : 992px) {
}*/
/* Small Devices, Tablets *
@media only screen and (max-width : 768px) {
}*/
/* Extra Small Devices, Phones *
@media only screen and (max-width : 480px) {
}*/
/* Custom, iPhone Retina *
@media only screen and (max-width : 320px) {
}*/
</pre></body></html>