/*
Tabulky
=======
*/

.table {
  margin-bottom: 1.25em;
  width: 100%;
  border-top: 1px solid lightgrey;
  border-collapse: collapse;
}

.table th,
.table td {
	text-align: left;
	padding: .5em .25em;
	border-bottom: 1px solid lightgrey;
}

.table caption {
	font-weight: bold;
	text-align: center;
	padding: .5em 0;
}


