table
{
border: 1px solid black;
width: 99%;
}

tr.rowdark
{
    background-color: #FFFF99;
    color: black;
}

tr.rowlight
{
    background-color: lightblue;
    color: black;
}

tr.freeline
{
    background-color: white;
    color: black;
}


tr.headline
{
    background-color: #C0C0C0;
    color: black;
    font-weight: bold; 
    text-align:center;

}

/*
001 pozycja
002, 005 tytul
003, 004, 006, 007 issn
008 punkty
*/


td.etd_002, td.etd_005
{
	width:33%;
}


td.etd_001
{
	width:4%;
}

td.etd_008
{
	width:2%;
}


td.etd_003, td.etd_004, td.etd_006, td.etd_007
{
	width:7%;
}

div.stitle
{
    color: navy;
    text-align:center;
    font-weight: bold; 
}



div.mtitle
{
    font-size:14px;
    color: crimson;
    text-align:center;
    font-weight: bold; 
}


tr.noteline
{
    background-color: white;
    color: black;
}
