/* Uklidime-to.cz – širší hlavní obsah */
#lcolumn,
#rcolumn {
    display: none;
}

#content-wrap {
    width: 100%;
}

#content {
    float: none;
    width: auto;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px 20px;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
}