/*
* Theme Name: nic.cz
* Description: print page from nic.cz
* Version: 1.0
*
* Author: Alix Guillard @ nic.cz
*
* Style contents
* ==========================================================================================
*
*
* ==========================================================================================
*/
.anchor,
#header,
#navigation,
#footer-navigation-heading,
#footer-navigation,
#footer-link-up,
#links,
#podpora-contact {
    display: none;
}

#footer {
    background: none;
    color: #446db0;
    font-size: 0.85em;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#content > div.cs::before {
    content: url('../../www.nic.cz/images/logo_cs.png');
}

#content > div.en::before {
    content: url('../../www.nic.cz/images/logo_en.png');
}

#page {
    margin-top: -20px important !; /* need to overwrite inline style for menu */
}

#page a::after { content: ' [' attr(href) '] '; }

#page table,
#page table tr {
    border-collapse: collapse;
    margin: 20px 0 30px;
    border: 1px solid #003893;
    width: 100%;
}

#page table tr td {
    border-top: 1px solid #003893;
    border-bottom: 1px solid #003893;
}
