.obalka.styl-2 {
	background-color: #f2f2f2;
	color: #444;
}

.obalka.styl-2 a {
	color: #000;
	text-decoration: none;
}

.obalka.styl-2 a:hover {
	color: #c00418;
	text-decoration: underline;
}

.center {
	text-align: center;
}

form.ikony {
    margin: 0;
}

button[type="submit"].ikony {
	background-color: unset;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.15);
	border: 0;
	border-color: rgba(0, 0, 0, 0.15);
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 1.85rem;
    line-height: 1.8rem;
    padding: 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.ikona {
	color: rgba(0, 0, 0, 0.65);
	font-size: 1.2rem;
	padding: 0 0.15em 0 0.15em;
}

.ikona:hover {
	color: rgba(0, 0, 0, 0.25);
	font-size: 1.2rem;
	color: #c00418;
}

table td {
	padding: 0.45rem 0.55rem;
	vertical-align: middle;
	font-size: 1.05em;
}

table th {
	vertical-align: bottom;
	font-size: 0.95em;
}	