/* NASTAVENI VZHLEDU DISKUSE */


table.prispevek {
background-color: none;
margin-bottom: 20px;
width:100%;
border-spacing: 0px;
}

table.reakce {
background-color: none;
margin-bottom: 20px; 
width:70%;
border-spacing: 0px;
}

table.prispevek td {
border-bottom: none;
}

table.reakce td {
border-bottom: none;
}

tr.hlavicka {
background-color: #1b1b1b;
}

td.hlavicka {
background-color: #1b1b1b;
}

img {border: none;}
