/*
ul.podklady-ul, ol.podklady-ul {
    margin-top: 0;
    line-height: 200%;
    font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    margin: 0px;
    padding: 0px;
    list-style: circle;
}
*/
ul.podklady-ul {
    color: #32639A;
    line-height: 200%;
    font-family: "Century Gothic", Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
}

ul.podklady-ul li {
    margin-top: 10px;
}

ul.podklady-ul ul li {
    color: #003333;
    line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 50px;
}