/* CSS Document */
body {
    padding: 10px;
    color: white;
    background: black url() ;
}
 
.plansza {
    position: relative;
    background: silver;
    overflow: hidden;
    width: 440px;
    height: 355px;
    box-shadow: 1px 1px 1px #fff, inset 1px 1px 6px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
 
.kafelek {
    position: absolute;
    float: left;
    width: 80px;
    height: 80px;
    background: url(title.png) center center no-repeat;
    margin: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2), inset 1px 1px 1px #fff, 1px 1px 3px rgba(0,0,0,1);
}

.tabWyniki{
    color:white;
}