.fl-row-fixed-width {
    max-width: 1200px;
}

.fl-post-content table, td, tr {
    border: solid 1px grey;
}

.fl-post-content table {
    width: 100%;
}

.fl-post-content table td, .fl-post-content table tr {
    padding: 10px;
}

.highlight {
    background: #FFC700;
    border-radius: 30px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 20px;
}

.highlight:hover {
    background: #FC6464;
}

.highlight i {
    color: white !important;
}

.nicdark_space3 {
    height: 3px;
    width: 100%;
    float: left;
}

.nicdark_bg_gradient {
    background: #74cee4;
    background: -moz-linear-gradient(left, #74cee4 0%, #66ce9c 16%, #edbf47 32%, #ec774b 49%, #74cee4 65%, #66ce9c 83%, #edbf47 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #74cee4), color-stop(16%, #66ce9c), color-stop(32%, #edbf47), color-stop(49%, #ec774b), color-stop(65%, #74cee4), color-stop(83%, #66ce9c), color-stop(100%, #edbf47));
    background: -webkit-linear-gradient(left, #74cee4 0%, #66ce9c 16%, #edbf47 32%, #ec774b 49%, #74cee4 65%, #66ce9c 83%, #edbf47 100%);
    background: -o-linear-gradient(left, #74cee4 0%, #66ce9c 16%, #edbf47 32%, #ec774b 49%, #74cee4 65%, #66ce9c 83%, #edbf47 100%);
    background: -ms-linear-gradient(left, #74cee4 0%, #66ce9c 16%, #edbf47 32%, #ec774b 49%, #74cee4 65%, #66ce9c 83%, #edbf47 100%);
    background: linear-gradient(to right, #74cee4 0%, #66ce9c 16%, #edbf47 32%, #ec774b 49%, #74cee4 65%, #66ce9c 83%, #edbf47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74cee4', endColorstr='#edbf47', GradientType=1);
}

/*.fl-post-content table tr:first-child {*/
/*background: yellow;*/
/*font-size: 20px;*/
/*}*/
#menu-hlavni-menu-1 > li:not(:first-child):not(:last-child):before {
    content: "\A";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b83b3b;
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 21px;
}

#menu-hlavni-menu-1 li:nth-child(2):before {
    background: #74CEE4 !important;
}

#menu-hlavni-menu-1 li:nth-child(3):before {
    background: #66CE9C !important;
}

#menu-hlavni-menu-1 li:nth-child(4):before {
    background: #EDBF47 !important;
}

#menu-hlavni-menu-1 li:nth-child(5):before {
    background: #EC774B !important;
}

.tribe_events:before {
    content: ' ';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    left: -2px;
    top: 10px;
    position: absolute;
}

.tribe_events.class-modra:before {
    background: #74CEE4;
}
.tribe_events.class-cervena:before {
    background: #EC774B;
}
.tribe_events.class-zluta:before {
    background: #EDBF47;
}
.tribe_events.class-zelena:before {
    background: #66CE9C;
}


@media (min-width: 1200px) {
    .fl-page-header-wrap .fl-page-header-container.container, .fl-full-width .fl-page-bar-container.container {
        width: 1160px !important;
    }
}


