@CHARSET "WINDOWS-1250";
#countdown {
  position: relative;
  width: calc(100% - 2 * 1em);
  height: 48px;
  line-height: 48px;
  margin: 0 auto 1.5em auto;
  font-size: 16px;
  background: #F1F1F1;
  /* general rules */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #c6017f;
  padding: 0 1em;
  font-family: "Arial", "DejaVu Serif", serif;
  font-weight: bold; }

/*# sourceMappingURL=override_plugin_countdown.css.map */
