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

/*
  Titles
  ***
*/

h1, 
h2,
h3, 
h4, 
h5, 
h6 {
  transform: rotate(0.03deg);
  margin: 64px 0 16px 0;
  font-weight: 400;
  color: #1E1E1E;
}
h1, .--like-h1 {
  line-height: 1.2;
  font-size: 36px;
}
h2, .--like-h2 {
  line-height: 1.25;
  font-size: 26px;
}
h3, .--like-h3 {
  line-height: 1.2;
  font-size: 22px;
}
h4, .--like-h4 {
  line-height: 1.4;
  font-size: 20px;
}
h5, .--like-h5 {
  line-height: 1.4;
  font-size: 18px;
}
h6, .--like-h6 {
  line-height: 1.45;
  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.7;
}
address {
  font-style: normal;  
}

/*
  Empty
  ---
*/

p:empty {
  display: none;
}

/*
  Lists
  ***
*/

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

/*
  Wrappers
  ---
*/

ul,
ol {
  margin: 0 0 16px 18px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 8px 0 8px 16px;
}
ul {
  list-style: square;
}
ol {
  list-style: decimal;
}

/*
  table
  ***
*/

table {
  width: 100%;
  margin: 32px 0;
}

/*
  STRONG
  ---
*/

table strong {
  font-weight: 500;
}

/*
  cells
  ---
*/

table th, 
table td {
  vertical-align: top;
  padding: 12px 24px;
  border-top: 1px solid #E2F0FA;
  border-bottom: 1px solid #E2F0FA;
  line-height: 1.6;
}
table th {
  font-weight: 700;
  color: #1E1E1E;
}

/*
  thead
  ---
*/

table thead th, 
table thead td {
  background-color: #F0F9FF;
  font-weight: 500;
  color: #1E1E1E;
}

/*
  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-left, 
img.align-right {
  max-width: 40%;
}
img.align-left {
  float: left;
  margin: 6px 48px 48px 0;
}
img.align-right {
  float: right;
  margin: 6px 0 48px 48px;
}
img.align-none, 
img.align-center {
  margin-top: 48px;
  margin-bottom: 48px;
}
img.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*
  Rules
  ***
*/

hr {
  height: 1px;
  display: block;
  margin: 64px 0;
  background-color: #E2F0FA;
  border: none;
}

/*
  Iframe
  ***
*/

iframe {
  max-width: 100%;
  min-height: 380px;
  max-height: 420px;
  margin: 32px 0;
}

/*
  STRONG, BOLD
  ***
*/

strong, b {
  font-weight: 500;
  color: #1E1E1E;
}