#container {
  min-height: 500px;
}

.programGroup {
  border-radius: 4px;
  margin-bottom: 10px;
  -moz-box-shadow: 0 0 1px whitesmoke;
  -webkit-box-shadow: 0 0 1px whitesmoke;
  box-shadow: 0 0 1px whitesmoke;
}

.programGroup img {
  float: right;
}

@media (max-width: 800px) {
  .programGroup img {
    float: none;
  }
}

.programGroup.programFirmaPremium {
  background: linear-gradient(to bottom, #444f5e, #2b333c) repeat scroll 0% 0%
    transparent;
  border-color: #2b333c;
  color: #ddd;
}

.applicationInstance.programFirmaPremium {
  border: 2px solid #2b333c;
}

.programGroup.programFirma {
  background: linear-gradient(to bottom, #885196, #653c70);
  border-color: #653c70;
  color: #ddd;
}

.applicationInstance.programFirma {
  border: 2px solid #885196;
}

.programGroup.programPremium {
  background: linear-gradient(to bottom, #4c67c6, #324d9e);
  border-color: #324d9e;
  color: #ddd;
}

.applicationInstance.programPremium {
  border: 2px solid #4c67c6;
}

.programGroup.programFaktury {
  background: linear-gradient(to bottom, #5fae3a, #519131);
  border-color: #05718e;
  color: #ddd;
}

.applicationInstance.programFaktury {
  border: 2px solid #5fae3a;
}

.programGroup.programSql {
  background: linear-gradient(to bottom, #0685aa, #05718e);
  border-color: #05718e;
  color: #ddd;
}

.applicationInstance.programSql {
  border: 2px solid #0685aa;
}

.programGroup.programXP {
  background: linear-gradient(to bottom, #6c757d, #494949);
  border-color: #494949;
  color: #ddd;
}

.applicationInstance.programXP {
  border: 2px solid #6c757d;
}

.programTitle {
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
}

.applicationInstance {
  color: #494949;
  padding: 8px;
  background: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.style_mark {
  color: #1555e4;
}

.programUpgrade {
  position: relative;
  min-width: 300px;
  min-height: 300px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid cornflowerblue;
  font-family: Inter, sans-serif;
}

.programUpgrade:last-of-type {
  border-bottom: none;
}

.programUpgradeDownloadButton {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.colorFirmaPremium {
  background: #444f5e;
}

.colorFirma {
  background: #814d8f;
}

.colorPremium {
  background: #4560bb;
}

.colorFaktury {
  background: #67aa4f;
}

.wersja {
  opacity: 0.7;
  color: white;
  font-size: 13pt;
  left: 233px;
  top: 134px;
  position: absolute;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 4pt;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  min-width: 70pt;
  text-align: center;
}

.data {
  opacity: 0.7;
  color: white;
  font-size: 13pt;
  left: 233px;
  top: 206px;
  position: absolute;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 4pt;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  min-width: 70pt;
  text-align: center;
}

.rozmiar {
  opacity: 0.7;
  color: white;
  font-size: 13pt;
  left: 233px;
  top: 170px;
  position: absolute;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 4pt;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  min-width: 70pt;
  text-align: center;
}

.system {
  opacity: 0.7;
  color: white;
  font-size: 13pt;
  left: 233px;
  top: 242px;
  position: absolute;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 4pt;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  min-width: 70pt;
  text-align: center;
}

.opisInstalatora {
  opacity: 0.95;
  color: white;
  font-size: 11pt;
  left: 233px;
  top: 20px;
  position: absolute;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 4pt;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  text-align: left;
}

@media (max-width: 800px) {
  .opisInstalatora {
    position: static;
    top: initial;
    left: initial;
  }

  .programUpgrade {
    position: static;
    top: initial;
    left: initial;
  }

  .programUpgrade img {
    position: static;
    top: initial;
    left: initial;
    float: none !important;
  }

  .wersja {
    position: static;
    top: initial;
    left: initial;
  }

  .data {
    position: static;
    top: initial;
    left: initial;
  }

  .rozmiar {
    position: static;
    top: initial;
    left: initial;
  }

  .system {
    position: static;
    top: initial;
    left: initial;
  }

  .programUpgradeDownloadButton {
    position: static;
  }
}
