#menu-content-panel{
	width:100%;
	margin:0 auto;
}

#menu-content-panel .container {
	width:84.5%;
	background:white;
}

.product-intro-text
{
	font-size:14px;
}

.hardware-img-left
{
	float:left;
	margin-right:10px;
}

.hardware-img-right
{
	float:right;
	margin-left:10px;
}

.products {
	border-top:1px dashed #e8e8e8;
	text-align:justify;
}

.btn-send {
	background-color:#009ddc;
	padding:10px;
	color:white;
	border-radius:3px;

}

.btn-send:hover {
	background-color:transparent;
	padding:10px;
	color:black;
	border-radius:3px;
	border:1px solid black;
	text-decoration:none;

}