#spec-wrapper .spec-column .spec-column-header {
  background-color: #D71920;
  color: #FFFFFF;
  padding: 15px;
border-right: 1px solid #ffffff;
	line-height:18px!important;
	font-size:15px!important;
}


#spec-wrapper .spec-column:last-child .spec-column-header  {
	border-right:0px solid #d53e38!important;
}
#spec-wrapper .spec-column .spec-column-items .spec-item {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  font-size:14px;
  color:#414957;
}
.spec-item-description {
    display: block;
    width: 100%;
	
}
#spec-wrapper .spec-column:last-child  {
	border-right:0px solid #414957!important;
}
.spec-item:nth-child(odd) {
    background: #f7f7f7;
}
.spec-item:nth-child(even) {
    background: #e2e2e2;
}
div#spec-wrapper {
	display: table;
	width:100%
}
.spec-column {
	display: table-cell;
	border-right: 1px solid #ffffff;
}
@media screen and (max-width: 1024px) {
	#spec-wrapper .spec-column .spec-column-header {
		background-color: #D71920;
		color: #FFFFFF;
		padding: 10px 5px;
		font-size: 14px;
		
	}
	.spec-item {
		padding: 10px 5px !important;
	}
}