/*
================== CSS INFO ===================
website: http://www.hastalskydedek.cz
version: 1.0
author: Bohdan Ganický, besh@centrum.cz
=============================================== */

#hotovky * {
	margin: 0; padding: 0;
}
body#hotovky {
	font-size: 12pt;
	text-align: center;
}
#hotovky #header, #hotovky #sidebar, #hotovky #footer {
	display: none;
}

/*===============================================
=TABLES
=============================================== */
#hotovky table {
	margin-bottom: 1em;
	border: none;
	width: 100% !important;
}
#hotovky caption {
	font-weight: bold;
	padding: 0.4em;
	text-align: left;
}
#hotovky td, #hotovky th {
	border: none;
	padding: 0.4em;
        font-size: 0.9em;
}

/* =jidelaky
---------------------- */
#hotovky .mnozstvi {
	text-align: right !important;
}
#hotovky .nazev {
	font-weight: bold;
}
#hotovky .cena {
	white-space: nowrap;
}
#hotovky table thead {
	display: none;
}

