.awarie_ikony {
	text-align: center;
}
.awarie_ikony img {
	max-width: 150px !important;
	max-height: 100px;
	width: auto;
	height: auto;
	margin: 16px 2px 0px 2px;
}

.awarie_srodek #Zgoda {
	float: left;
	top: 15px;
	position: relative;
}

.awarie_tabela {
	border: 1px solid #CD3A42;
}
.awarie_tabela tr td,
.awarie_tabela tr th {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #000;
	padding: 4px;
}
.awarie_tabela tr th {
	text-align: center;
	color: #fff;
	background: #CD3A42;
}

.awarie_tabela tr:nth-child(odd) {
	background: #F2F2F2;
}
.awarie_tabela tr:nth-child(even) {
	background: #FFF;
}

.zamkniete {
	color: #026f23;
	font-size: 12px;
}
.zamkniete:before {
	font-family: FontAwesome;
	font-size: 20px;
	display: block;
	content: "\f00c";
}
.otwarte {
	color: #DC0000;
	font-size: 12px;
}
.otwarte:before {
	font-family: FontAwesome;
	font-size: 20px;
	display: block;
	content: "\f071";
}
