.col-sm-1, 
.col-sm-2, 
.col-sm-3, 
.col-sm-4, 
.col-sm-5, 
.col-sm-6, 
.col-sm-7, 
.col-sm-8, 
.col-sm-9, 
.col-sm-10, 
.col-sm-11, 
.col-sm-12,
.row
{
	/*border: 1px solid #000;*/
}
h1
{
	font-size: 25px;
	line-height: 1.59em;
}

h3
{
	font-size: 18px;
	line-height: 1.59em;
}

form
{
	clear: both;
}

.le-column label
{
	visibility: hidden;
}

.eye-label
{
	font-weight: bold;
	color: rgb(140,198,63);
}

#validate_error
{
	font-size: 10pt;
	text-align: center;
	line-height: 1.5;
	color: rgb(0,0,0);
	background-color: rgb(216,216,216);
	padding: 8px;
}

#total_cost
{
	color: rgb(0,146,69);
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 4px;
}

#submit_button
{
	width: 100%;
	margin-bottom: 30px;
}

.submit_button_item
{
	margin-top: 27px;
}

#price {
	font-size: 16pt;
	color: black;
}

.box-image
{
	width: 100%;
}

.product_desc
{
	font-size: 16px;
	line-height: 1.59em;
	color: #555;	
	margin-top: 40px;
}

.product_details
{
	border: 1px solid #0063A9;
	padding: 10px;
	min-height: 89px;
	margin: 40px 0;
}


.product_details ul
{
	padding-left: 0;
}

.product_details label
{
	margin-right: 10px;
	color: #0063A9;
	width: 90px;
	text-align: right;
	font-family: Arial;
	font-size: 9pt;	
}

.product_details li
{
	list-style: none;
}

@media (min-width: 768px) {
	form {
		clear: none;
	}

	.box-image {
		width: 160px;
		margin-bottom: 0;
	}

	#price {
		font-size: 22pt;
		width: 160px;
		text-align: center;
	}

	#n_lenses {
		width: 160px;
		text-align: center;
	}

	.product_details {
		margin-top: 40px;
		border: none;
	}

	.product_details {
		margin-bottom: 0;
	}

	.submit_button_item {
		margin-top: 0;
	}

}