.items{
	display: flex;
	flex-wrap: wrap;
}

.item{
	width: 25%;
	border: 1px solid #eee;
	padding: 3px;
	display: flex;
    flex-direction: column;
}

.item img{
	object-fit: contain;
    width: 100%;
    height: 100%;
}

.item__image{
	height: 120px;
}

.item__descr{
	
}

.item__descr tr td:first-child {
  color: green;
  font-weight: bold;
}

.item__descr table{
	margin: 0px;
	font-weight: normal;
}

.item__descr table th, .item__descr table td {

	background-color: transparent !important;
	padding: 3px;
	border: none;
}



.dm-add-item{
	
	background-color: cornsilk;
    padding: 20px;
    margin-top: 120px;
	
}

.dm-add-form{    
	display: flex;
    flex-direction: column;
}

.dm-add-form label{
	display: flex;
    flex-direction: column;
    margin: 10px 0px;
}

