﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    background-color: #eee;
    color: black;
}

h1, h2, h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 12px;
}

.right {
    position: absolute;
    right: 0;
    top: 50%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #222;
    text-decoration: none;
    color: white;
    font-size: 24px;
}
.left {
    position: absolute;
    left: 0;
    top: 50%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #222;
    text-decoration: none;
    color: white;
    font-size: 24px;
}

table {
    border-collapse: collapse; 
    width: 85%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
table, th, td {
    border: 1px solid black;
}

table tr td {
    width: 50%;
    height: 40px;
}

table.popis tr td p{
    margin-top: 3px;
    margin-bottom: 3px;
}
table.popis th{
    text-align: right;
    padding-right: 10px;
}
table.popis td{
    text-align: left;
    padding-left: 10px;
}
table.popis td img{
    width: 40px;
    height: auto;
}
