.tabela-cennik table {
	width: 100%;
	margin-bottom: 6em;
}
.tabela-cennik tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
}
.tabela-cennik th {
	text-align: left;
}
.tabela-cennik td {
	font-size: 1.5em;
	line-height: 150%;
	
}
.tabela-cennik td, .tabela-cennik th {
	padding: 3%;
}
.tabela-cennik td.nazwa {
	font-weight: 800;
}
.tabela-cennik-dodaj td {
	font-size: 1.5em;
	line-height: 150%;
	text-align: center;
	border: 1px solid #000;
	padding: 0;
	min-height: 30px;
	margin: 5px 5px 0 0;
}
.tabela-cennik-dodaj td:last-of-type {
	border: 0;
	margin-right: 0;
}
.tabela-cennik td, .tabela-cennik th {
	width: 40%;
	display: inline-block;
}
table, tbody {
	width: 100%;
	
}

.tabela-cennik td:first-of-type, .tabela-cennik td:last-of-type,
.tabela-cennik th:first-of-type, .tabela-cennik th:last-of-type{
	width: 5%;
}
.tabela-cennik td p {
	margin: 5px 0;
}
.tabela-cennik button:disabled {
	opacity:.2;
	cursor: auto;
}
.success {
	animation: pulse .5s infinite ;
	animation-iteration-count: 1;
}
.tabela-cennik-dodaj p {
	margin: 0;
}
.btn_delete {
	font-size: 1.5em;
	cursor: pointer;
	background: #000;
	color: #fff;
	border: 0;

}
.btn_add {
	font-size: 1.5em;
	cursor: pointer;
	background: #000;
	color: #fff;
	border: 0;
	padding: 8px 30px;
	font-size: 14px;
	display: grid;
	margin: 12px auto auto 0;
	width: 100%;
	line-height: 150%;
}
.btn_delete:hover, .btn_add:hover {
	background:#e01111;
}

@keyframes pulse {
  0% {
    background-color: #FFFFFF;
  }
  50% {
    background-color: rgba(115,203,37,0.5);
  }
  100% {
    background-color: #FFFFFF;
  }

}