<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* white block */
.wblok {
    background-color: #ffffff;
    border: thin dashed #000000;
    position: static;
    height: auto;
    width: auto;
    padding: 5px 5px;
    margin: 10px 1px;
  }

.alert_div {
    margin: 1px;
    padding: 12px;
    border: 1px solid #ff7b7b;
    text-align: center;
  }
  
  
  /* Help page */
  .ext_link {
      background: url(/images/link-icon.png) no-repeat 0 50%;
      padding: 5px 5px 1px 26px;
  }
  .telegram_link {
      background: url(/images/telegram-icon.png) no-repeat 0 50%;
      padding: 5px 5px 1px 26px;
  }
  .skype_link {
      background: url(/images/skype-icon.png) no-repeat 0 50%;
      padding: 5px 5px 1px 26px;
  }
  .icq_link {
      background: url(/images/icq-icon.png) no-repeat 0 50%;
      padding: 5px 5px 1px 26px;
  }
  
  /* style in alertify modal window */
  .ajs-content textarea {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 250px;
  }

  .center_block {
    margin: 15px auto;
    text-align: center;
  }

  .center_block button {
    margin-left: 2px;
    margin-right: 2px;
  }</pre></body></html>