.licznikCzasuSesjiBlok {
  margin-top: 20px;
}
.licznikCzasuSesjiKontener {
  font-size: 13pt;
  font-family: "Lato", Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  font-variant: small-caps;
  position: relative;
  width: 180px; 
  height: auto; 
  margin-left: auto;
  margin-right: auto;
}
.licznikCzasuSesjiKontener, 
.licznikCzasuSesjiKontener a {
  color: #666666;
}
body.kontrast .licznikCzasuSesjiKontener, 
body.kontrast .licznikCzasuSesjiKontener .countdown-holding span, 
body.kontrast .licznikCzasuSesjiKontener a {
  color: #ffff33;
}
.licznikCzasuSesjiKontener .przedluzSesjeKontener,
.licznikCzasuSesjiKontener .przedluzSesjeKontener:hover {
  transition: all 0.1s ease-in-out;
}
.licznikCzasuSesjiKontener .przedluzSesjeKontener {
  opacity: 0;
}
.licznikCzasuSesjiKontener .przedluzSesjeKontener:hover {
  opacity: 1;
  background-color: #eee;
}
.licznikCzasuSesjiKontener #przedluzSesje {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.licznikCzasuSesjiKontener #licznikCzasuSesji {
  height: 49px;
}
.licznikCzasuSesjiKontener #licznikCzasuSesji {
  text-align: center;
  margin-top: 0px;
}
.licznikCzasuSesjiKontener .przedluzSesjeKontener{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#expireMessage .over { 
  height: 33px; 
  padding-top: 10px; 
  text-align: center; 
}

.licznikCzasuSesjiKontener .podswietlenie { 
  color: #f00; 
}

.licznikCzasuSesjiKontener .desc { 
  padding-top: 10px; 
}

body.kontrast .licznikCzasuSesjiKontener .is-countdown {
  border: 0;
  background-color: #000000;
}
.licznikCzasuSesjiKontener .przedluzSesjeKontener {
  border: 0;
  background-color: #000000;
}