body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: brown;
    background-color: lightskyblue !important;
    /* background-image: url('../../images/ludzik.jpg') !important; */
    background-repeat:no-repeat;
    background-position:top center;
    background-attachment: scroll;
    background-size:100%;
}   

.ui-page {
    background: transparent;
    background-color: #eeeeee;
    opacity: .8;
}
.ui-content{
    background: transparent;
    color: darkblue;
}
.ui-header {
    background: transparent;
    opacity: .9;
}
.ui-footer {
    background: transparent;
    opacity: 1;
    text-align: center;
    font-size: .8em; 
}
.ui.title {
    opacity: 1;
}
table.wyniki td {
    border: 1px solid darkblue;
    font-size: 11px;
}
table.wyniki td p {
    line-height: 1pt;
}
table.wyniki td.czas {
    font-size: 10pt;
    font-weight: bold;
}

table.wyniki td.ostatnia {
    background-color: darkgreen !important;
    color: white !important;
    font-weight: normal;
}

table.wyniki p.zaliczone {
    color: green;
}