.ip-table table {
	width: 100%;
	border-collapse: collapse;
}
.ip-table tr:nth-of-type(odd) {
	background: #eee;
}
.ip-table td,
.ip-table th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
.ip-table th {
	font-weight: 400;
	text-transform: uppercase;
	padding: 16px 6px;
	font-size: 18px;
}
@media only screen and (max-width: 260px) {
	.ip-table table,
	.ip-table thead,
	.ip-table tbody,
	.ip-table th,
	.ip-table td,
	.ip-table tr {
		display: block;
	}
	.ip-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.ip-table tr {
		border: 1px solid #ccc;
	}
	.ip-table td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}
	.ip-table td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
}
.cennik-kolor {
	border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 560px) {
	.item-page {
		padding: 0px !important;
	}
}
