/* print.css -- print stylesheet for www.acekonto.pl */

a {
    text-decoration: none;
    color: #00f;
}

h1 {
    border-bottom: 1px solid #000;
}

#page-header h1 a {
    color: #000;
}

.hide {
    display: none;
}

#page-footer {
    margin-top: 2em;
}

#page-content ul li {
    margin-bottom: 1em;
}

#page-content table {
    font-size: .8em;
/*    border-bottom: 1px solid #000;*/
}

#page-content table th {
    padding-right: 1em;
    text-align: left;
}

#page-content table td.right-align {
    padding-right: 2em;
    text-align: right;
}

#page-content table td.left-align {
    padding-right: 1em;
    text-align: left;
}

/*
#page-content table .row_0 {
    background: #eee;
}
*/

