@charset "utf-8";

/* Custom styles */

.hm-back-txt {

	background-image: url(../image/pergamen_dark_tr.png);

	background-repeat: repeat;

	background-size: auto auto!important;

}
.c-res-table {
	width: 100%;
	max-width: 100%;
	display: block;
	text-align: left;
}
table.hmcenik{
	border: 1px solid #a17e2c;
}
table.hmcenik thead {
	background-color: #a17e2c;
}
table.hmcenik th, table.hmcenik td {
padding:6px 26px;
}
table.hmcenik tr:nth-child(even) {background-color: rgba(161,126,44,0.2);}

@media (max-width: 640px) {
.c-res-table {
	width: 90%;
	max-width: 420px;
	overflow-x: scroll;
}
table.hmcenik{
	width: 100%;
	min-width:800px;
}
}







