div.logout-counter {
  text-align: center;
  width: 100px;
  position: relative;
  /* zostanie nadpisane przez maincolor */
  border: 3px solid #555;
  border-width: 3px !important;
  padding: 6px 3px;
  line-height: 1;
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
div.logout-counter span.timer-time {
  font-size: 12px;
  padding: 5px;
  background: #555;
  color: white;
  text-shadow: 0px 2px #222;
  line-height: 1.5;
  border-radius: 3px;
  border-top: 1px solid #222;
}
div.logout-counter span.time-divider {
  font-size: 18px;
  font-weight: bold;
  color: orangered;
  text-shadow: 0px 1px #222;
  line-height: 1;
}