body, a {
    color : #000;
    font-family : serif;
    font-size : small;
}
.printhide {
    display : none;
}
.program {
    border-collapse : collapse;
    page-break-after : always;
}
.program .godzina {
    width : 15%;
    text-align : center;
    font-weight : bold;
    font-size : 12pt;
}
.program td {
    border : 1px solid silver;
    padding : 5px;
}
.program caption {
    font-size : 12pt;
    font-weight : bold;
    text-align : left;
    margin-bottom : 10px;
    padding-bottom : 10px;
}
