/* Upravene CSS tridy, konzultovat s Brilo! */
.entry-content img {
    display: inline;
}

.entry-content p {
    text-align: justify;
}

html main .entry-content table.lcr-table-invisible,
html main .entry-content table.lcr-table-invisible > thead,
html main .entry-content table.lcr-table-invisible > tbody,
html main .entry-content table.lcr-table-invisible > tfoot,
html main .entry-content table.lcr-table-invisible > tr,
html main .entry-content table.lcr-table-invisible > tr > th,
html main .entry-content table.lcr-table-invisible > tr > td,
html main .entry-content table.lcr-table-invisible > thead > tr,
html main .entry-content table.lcr-table-invisible > thead > tr > th,
html main .entry-content table.lcr-table-invisible > thead > tr > td,
html main .entry-content table.lcr-table-invisible > tbody > tr,
html main .entry-content table.lcr-table-invisible > tbody > tr > th,
html main .entry-content table.lcr-table-invisible > tbody > tr > td,
html main .entry-content table.lcr-table-invisible > tfoot > tr,
html main .entry-content table.lcr-table-invisible > tfoot > tr > th,
html main .entry-content table.lcr-table-invisible > tfoot > tr > td {
    width: auto;
    height: auto;
    border: 0 none;
    margin: 0;
    padding: 0;
    background: none;
    font-weight: inherit;
    font-size: inherit;
}

html main .entry-content table.lcr-table-invisible > tr > th + th,
html main .entry-content table.lcr-table-invisible > tr > th + td,
html main .entry-content table.lcr-table-invisible > tr > td + th,
html main .entry-content table.lcr-table-invisible > tr > td + td,
html main .entry-content table.lcr-table-invisible > thead > tr > th + th,
html main .entry-content table.lcr-table-invisible > thead > tr > th + td,
html main .entry-content table.lcr-table-invisible > thead > tr > td + th,
html main .entry-content table.lcr-table-invisible > thead > tr > td + td,
html main .entry-content table.lcr-table-invisible > tbody > tr > th + th,
html main .entry-content table.lcr-table-invisible > tbody > tr > th + td,
html main .entry-content table.lcr-table-invisible > tbody > tr > td + th,
html main .entry-content table.lcr-table-invisible > tbody > tr > td + td,
html main .entry-content table.lcr-table-invisible > tfoot > tr > th + th,
html main .entry-content table.lcr-table-invisible > tfoot > tr > th + td,
html main .entry-content table.lcr-table-invisible > tfoot > tr > td + th,
html main .entry-content table.lcr-table-invisible > tfoot > tr > td + td {
    padding-left: 0.2em;
}

html main .entry-content table.lcr-table-invisible > tr + tr > th,
html main .entry-content table.lcr-table-invisible > tr + tr > td,
html main .entry-content table.lcr-table-invisible > thead > tr + tr > th,
html main .entry-content table.lcr-table-invisible > thead > tr + tr > td,
html main .entry-content table.lcr-table-invisible > tbody > tr + tr > th,
html main .entry-content table.lcr-table-invisible > tbody > tr + tr > td,
html main .entry-content table.lcr-table-invisible > tfoot > tr + tr > th,
html main .entry-content table.lcr-table-invisible > tfoot > tr + tr > td {
    padding-top: 0.2em;
}



/* Nove CSS tridy */
.entry-content .lcr-float-left {
    float: left;
    padding: 0.5em 1em 0.5em 0;
}

.entry-content .lcr-float-right {
    float: right;
    padding: 0.5em 0 0.5em 1em;
}

.entry-content .lcr-underline {
    text-decoration: underline;
}

.entry-content .lcr-text-center {
    text-align: center;
}