table#specifications_table {
	border-bottom: 2px solid #DDDDDD;
	padding-bottom: 15px;
}

#specifications_table {
	width: 100%;
	font-size: 14px;
	color: black;
}

#specifications_table tr:nth-child(even) {
	background: #f8f7f4;
}

#specifications_table td:first-child {
	padding-left: 30px;
	width: 33%;
}

#specifications_table td {
	padding: 10px;
}

.show_more_specs_wrapper {
	margin-top: 12px;
}

.show_more_specs {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	background-image: url(../img/arrow-right-specs-blue.svg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	padding-left: 19px;
	line-height: 15px;
	color: #3CAFCB;
}

.product_spec_inside {
	height: 217px;
	overflow: hidden;
}

.product_spec_inside.active {
	height: auto;
}

