/* členství*/
table { border-collapse: collapse;  border: 1px solid #ccc; }
td { padding: 0.2em 1em 0.2em 0; text-align: center; }
table tr td:nth-child(1) {  text-align: left; }

#clenstvi ul, #gdpr ul { padding-left: 1rem; list-style-type: none; }
#clenstvi ul li, #gdpr ul li { padding-left: 1rem; margin: 0.2rem 0; background-image: url(../img/odrazka.gif); background-position: 0 0.4rem; background-size: 1rem 0.5rem; background-repeat: no-repeat; }
										
.sloupce { display: grid; grid-template-columns: 50% auto; grid-column-gap : 1rem; grid-row-gap : 1rem; }
#prispevek { border-collapse: collapse; width: 90%; }
#prispevek td { border: 1px solid #ddd; padding: 8px; }
#prispevek tr:nth-child(even){background-color: #f2f2f2;}
#prispevek tr:hover {background-color: #ddd;}

@media only screen and (max-width: 800px)  {
.sloupce { display:  block;}

@media only screen and (max-width: 400px)  {
	table, thead, tbody, th, td, tr { display: block; }
	thead tr {	position: absolute;	top: -9999px; left: -9999px; }
   tr { margin: 0 0 5px 0; }
   tr:nth-child(odd) { background: #fff; }
   td { border: none; border-bottom: 1px solid #eee; position: relative; padding: 5px 0 5px 2rem; }
}
