/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. */
/*
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
*/
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
body {
    height: 100%;
    min-height: 100%;
    max-width: 350px;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 97%;
    z-index: 700; /* must be the higher than all other elements */
    /*overflow: auto; */
    background: #E0E0E0;
    border: 3px solid transparent;
    border-color: #E0E0E0;
    margin: 0 auto;
}
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #1e96c8;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #1e96c8;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
ul {
  list-style: none; /* Remove default bullets */
  padding: 5px;
}
ul li::before {
  content: "\2e30";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1e96c8; /* Change the color */
  font-weight: 950; /* If you want it to be bold */
  font-size: 150%;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
}
table.coll {
  border-collapse: collapse;
  width: 100%;
}
tr.linie {
  border-bottom: 1px solid black;
}
td.mid {
  horizontal-align: middle;
  vertical-align: top;
}
input {
  padding: 5px;
}
