/* !Format (Author: mail@jandousek.cz) */

/*
  Titles
  ***
*/

h1, 
h2,
h3, 
h4, 
h5, 
h6 {
  transform: rotate(0.03deg);
  margin: 32px 0 16px 0;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #23282C;
}
h1, .--like-h1 {
  line-height: 1.1;
  font-size: 64px;
}
h2, .--like-h2 {
  line-height: 1.2;
  font-size: 48px;
}
h3, .--like-h3 {
  line-height: 1.25;
  font-size: 40px;
}
h4, .--like-h4 {
  line-height: 1.3;
  font-size: 32px;
}
h5, .--like-h5 {
  line-height: 1.35;
  font-size: 24px;
}
h6, .--like-h6 {
  line-height: 1.4;
  font-size: 16px;
}

/*
  Gaps
  ---
*/

h1:first-child,
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/*
  Paragraphs
  ***
*/

p, 
address {
  margin-bottom: 16px;
  line-height: 1.6;
  letter-spacing: -0.037em;
}
address {
  font-style: normal;  
}

/*
  Empty
  ---
*/

p:empty {
  display: none;
}

/*
  Lists
  ***
*/

li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/*
  Wrappers
  ---
*/

ul,
ol {
  margin: 0 0 16px 18px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 14px 0 2px 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}

/*
  table
  ***
*/

table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
  font-size: 16px;
}

/*
  cells
  ---
*/

table th, 
table td {
  vertical-align: middle;
  padding: 12px 24px;
  border-bottom: 1px solid #F2F7F5;
  line-height: 1.6;
}
table th {
  font-weight: 400;
}

/*
  Gaps
  ...
*/

table th:first-child, 
table td:first-child {
  padding-left: 0;
}
table th:last-child, 
table td:last-child {
  padding-right: 0;
}

/*
  thead
  ---
*/

table thead th, 
table thead td {
  padding-top: 0;
}

/*
  table
  ---
*/

.table {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 32px 0;
}

/*
  Adjust TABLE
  ...
*/

.table table {
  min-width: 600px;
  margin: 0;
}

/*
  Images
  ***
*/

img {
  max-width: 100%;
  height: auto;
}

/*
  - align
  ---
*/

img.--align-center {
  display: table;
  margin: 34px auto;
}
img.--align-right {
  float: right;
  margin: 6px 0 36px 36px;
}

/*
  Rules
  ***
*/

hr {
  height: 24px;
  position: relative;
  display: block;
  margin: 74px 0;
  border: none;
}

/*
  STRONG, BOLD
  ***
*/

strong, b {
  color: #23282C;
}

/*
  Iframe
  ***
*/

/*

iframe {
  max-width: 100%;
  max-height: 420px;
  display: block;
  margin: 42px auto 32px auto;
  border-radius: 24px;
}

*/