.tableWrap{
	margin-top: 15px;
	overflow-x: auto;
}

.pioFormInputContainer {
    margin-left: 115px !important;
}

.pioFormLabelContainer {
    width: 110px !important;
}

.boldLabel{
	font-weight: bold;
	padding-bottom: 6px;
	font-size:14px;
}

.centerLabel{
	text-align: center;
}

.flexWrap{
	display:flex;
}

.flexItm{
	width:25%;
	align-self: flex-end;
}

.flexItm input, input.flexItm, select.flexItm{
	border: 1px solid #ABADB3;
	border-radius: 5px;
	height: 29px;
	padding-left: 7px;
	padding-right: 7px;
}

.inzItem{
	display: flex;
	flex-direction: row;
}

.inzItem:hover {
    background-color: #efefef;
}

.inzImage {
    min-width: 120px;
    max-width: 120px;
    display: flex;
    align-items: center;
}

.inzImage img {
    width: 100%;
}

.inzContent {
    margin-left: 10px;
    flex-grow: 1;
}

.inzKraj{
	font-weight: 700;
}

.inzText{
	margin-top:5px;
}

.inzNazev {
    color: #0070AF;
    font-size: 1.4em;
    overflow-wrap: break-word;
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	.pioFormInputContainer{
		margin-left: 0px !important;
	}
	
	.pioFormLabelContainer{
		width: 100% !important;
	}

	.hryImage{
		min-width: 90px;
		max-width: 90px;
	}
	
	.flexWrap{
		flex-direction: column;
	}
	
	.boldLabel{
		margin-top: 6px;
		padding-bottom: 0px;
	}
	
	.flexItm{
		width: 100% !important;
	}
	
	.centerLabel{
		text-align: left;
	}
}