component-specification .specification-container {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
component-specification .specification-container table {
	border: 0px;
	margin: 0px;
	width: 100%;
}
component-specification .specification-container table .label-head {
	padding: 10px;
	background-color: #e4e2e2;
	color: black;
}
component-specification .specification-container table .label-title {
	padding: 10px;
	color: black;
	width: 30%;
    border: 1px solid #eee;
}
component-specification .specification-container table .label-value {
	padding: 10px;
	color: black;
	width: 70%;
    border: 1px solid #eee;
    border-left: 0px;
}

component-specification .specification-container .inline_spec {
	float: left;
	width: auto;
	height: 70px;
	margin-right: 70px;
}

component-specification .specification-container .inline_spec .txt_head {
	font-size: 18px;
	font-weight: normal;
	display: block;
	width: 100%;
	line-height: 20px;
}
component-specification .specification-container .inline_spec .txt_value {
	font-size: 20px;
	font-weight: bold;
    color: black;
}

@media(max-width:991px){
	component-specification .specification-container .inline_spec {
		width: 50%;
		margin-right: 0;
		padding: 0px 10px;
	}
}