/*!
Theme Name: Homeswort
Theme URI:
Author: Zemez
Author URI:
Description: Homeswort theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: homeswort-kava-child
*/

table {
	width: 100%;
	border-top: 1px solid #ddd;
}

table th {
	padding: 1rem;
	border-bottom: 1px solid #ddd;
	background: rgba(138,138,138,0.1);
}

table td {
	padding: 1rem;
	border-bottom: 1px solid #ddd;
}

table tr:hover {
	background: rgba(138,138,138,0.1);
}

.rezervace, .rezervace:hover {
	background: #f8e4d7;
}

.prodano, .prodano:hover {
	background: #f8d7da;
}

.page-title {
	display: none;
}