section {
    padding-top: 0;
}
#col-top {
    border-bottom: 1px solid #F5F5F5;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}
#col-top > div {
    padding-left: 0;
    padding-right: 0;
}
#col-top a {
    padding-top: 7px;
    padding-bottom: 22px;
    border-top: 6px solid transparent;
    display: block;
}
#col-top a + a {
    border-left: 1px solid #F5F5F5;
}
#col-top .active {
    border-top-color: #5ddddd;
    background-color: #F5F5F5;
}
#col-dcha h2 {
    margin-bottom: 32px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}
#col-dcha #posts .post {
    padding: 20px 4px;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}
#col-dcha #posts .post + .post {
    margin-top: -1px;
}
#col-dcha #posts .post h3 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}
#col-dcha #posts .active {
    border-top-color: #247CBA;
    border-bottom-color: #247CBA;
    position: relative;
    z-index: 1;
}
#col-dcha #posts .active a {
    color: #247CBA;
}
@media (min-width: 992px) {
    #col-top {
        margin-bottom: 40px;
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    #col-top {
        font-size: 16px;
    }
    #col-dcha {
        margin-top: 32px;
    }
}

#col-izda img {
    border-radius: 10px;
    box-shadow: 0 7px 8px 0 rgba(125,125,125,0.3);
}