
body { color: #222; font-family: alegreya sans, source sans pro, tahoma; font-size: 20px; line-height: 1.75em; position: relative; }

/******************************************************************************/

a { color: #222; }
a:hover { text-decoration: none; }
img { border: 0; margin: 0; padding: 0; vertical-align: bottom; }

h1, h2, h3, h4 { color: #222; font-family: alegreya sans, caveat, pacifico; }
h1, .h1 { color: #222; font-size: 36px; font-weight: bold; line-height: 1.5em; margin-bottom: 0.5em; }
h2 { color: #222; font-size: 26px; font-weight: bold; line-height: 1.5em; margin-bottom: 0.5em; }
h3 { color: #222; font-size: 17px; font-weight: bold; line-height: 1.5em; margin-bottom: 0.5em; }
h4 { color: #222; font-size: 15px; font-weight: bold; line-height: 1.5em; margin-bottom: 0.5em; }

.h1 { display: block; }

table {	border-collapse: collapse; } 
ul { padding-left: 20px; }
ol { padding-left: 20px; }
p { margin: 0; }

/******************************************************************************/

.zvyrazneni { color: #68a7dd; }

.table {}
.table tr th, .table tr td { padding: 5px 15px; }
.table tr th, .table thead tr td, .table tr.th td { background: #81ba25; color: #fff; font-weight: bold; }

.table-two-cols { width: 100%; }
.table-two-cols tr td { }
.table-two-cols tr td:first-child { padding-right: 100px; vertical-align: top; text-align: justify; vertical-align: top; width: 50%; /* width: calc(50% - 100px); */ }
.table-two-cols tr td:last-child { padding-left: 100px; vertical-align: top; text-align: justify; vertical-align: top; width: 50%; /* width: calc(50% - 100px); */ }

.table-price-list { width: 100%; }
.table-price-list thead td, .table-price-list th { background: #5796cc; color: #fff; font-weight: bold; } 
.table-price-list th, .table-price-list td { border: 1px solid #ccc; padding: 1em 25px; }
.table-price-list tbody td:first-child { background: #68a7dd; color: #fff; }
.table-price-list td:last-child { max-width: 500px; }

.cta { background: #5796cc; border-radius: 2px; color: #fff; display: inline-block; padding: 5px 25px; text-align: center; text-decoration: none; }
.cta:hover { background: #68a7dd; }
