body {
  font-size:15px;
  line-height:22px;
  color:#fefefe;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
b, strong {font-weight: 900;}

h1, h2, h3, h4, h5 {
  font-size:34px;
  line-height:normal;
  margin-bottom:20px;
  font-weight: normal;
}

h1 {
  margin-bottom: 20px;
  font-weight: 900;
}

h2 {
  font-size:22px;
  font-weight: 900;
}

h3 {
  font-size:16px;
  font-weight: 900;
}

h4 {
  font-size:15px;
  font-weight: 900;
}

h5 {
  font-size:14px;
  font-weight: 900;
}

h1 a, h2 a, h3 a, h4 a, h5 a,
a h1, a h2, a h3, a h4, a h5 {
  color:#555555;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5 {
  color:#f8b313;
}

.html-editor p {
  margin-bottom:10px;
}

.html-editor [style*="font-size"] {
  line-height: normal;
  display: inline-block;
}

a {text-decoration:none;}

.html-editor p a, .html-editor label a, .html-editor table a:not(.btn), .html-editor li a {
  color:#f8b313;
  text-decoration:none;
}

.html-editor p a:hover, .html-editor label a:hover, .html-editor table a:not(.btn):hover, .html-editor li a:hover {
  color: #fec339;
}

img {max-width:100%; vertical-align:top; max-height:100%;}

hr {
  border:none;
  border-top:1px solid #0c3f66;
  margin-bottom:15px;
}
hr.gray {border-color: #e1e1e1;}

.html-editor  ul ul {
  margin:5px 0;
}

.html-editor  li {
  margin-bottom:5px;
}

.html-editor ul {
  padding-left:30px;
  list-style-type:disc;
  margin-bottom:10px;
}

.html-editor  ol {
  padding-left:30px;
  list-style-type:decimal;
  margin-bottom:10px;
}

.html-editor  ol ol {
  list-style-type:lower-alpha;
  padding-left:25px;
  margin-bottom:10px;
}

.html-editor .obrazek-z-prawej {
  float:right;
  margin:0 0 10px 15px;
}

.html-editor .obrazek-z-lewej {
  float:left;
  margin:0 15px 10px 0;
}

.html-editor iframe {max-width: 100%;}
.img-max-auto img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}

table {
  width:100%;
  font-size: 16px;
  line-height: 16px;
}
table tr {border-bottom: 1px solid #001d34;}
table td, table th {
  border-right:1px solid #6e9bbf;
  vertical-align:middle;
  padding:15px;
  background:#001627;
}

table th {background:#001d34; font-weight:900; color: #6e9bbf;}
table p:last-child {margin:0;}
table td:first-child {
  border-left-style: solid;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
table td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
table td:last-child, table th:last-child {border: none;}

@media all and (max-width: 991px) {
  h1 {font-size:22px; line-height: normal; margin-bottom: 10px;}
  h2 {font-size:20px; line-height: normal;}
  h3 {font-size:15px; line-height: normal;}

  h1 .border-b, h2 .border-b {border: none !important;}
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
