
.product-check-container {
	display: inline-block;
	vertical-align: bottom;
	margin: 14px;
	text-align: center;
}
.product-check-container img {
	width: 162px;
	margin-bottom: 5px;
}
#product_modal .modal-dialog{
	width: 80%;
}
.line-container{
	text-align: center;
	max-width: 424px;
	margin: 22px auto;
}
/*.line-container img{
	margin: 20px;
}*/
/*.line-container .row div:hover{
	background: #fbfbfb;
}*/
.model-container h4 {
	background: #ff5000;
	color: white;
	padding: 8px;
	cursor: pointer;
	position: relative;
}
.model-container h4 span{
	position: absolute;
	right: 12px;
	padding: 6px;
	top: 2px;
	background: #ffffff4a;
}