.sample-list{
	display:none;
	position:absolute;
	width:300px;
	background-color:#d7d7d7;
	color:#4E657B;
	right:0;
	top:30px;
	padding:10px;
	z-index:100;
	border:solid thin gray;
	text-align:center;
}



@media (max-width: 850px) {
  .sample-list {
    right:-100px;;
  }
}

#sample_order_btn {margin:10px auto;}

.sample_cart{
	margin:10px;
	color:black;
	background-color:white; 
	border-style: solid;
	padding:20px;
	position: absolute;
  	top: 40px;
	z-index:10;
  	width: 300px;
	display:none;
	cursor:pointer;
	
}

@media screen and (max-width:767px) {
	.sample_cart {
		left:-50px;	
	}
}

.sample_btn {
	background-color: #07986c;
	color: white;
	width:100%;
	margin:0;
	border-radius: 5px;
	
}

.sample_cont {
	background-color: #07986c;
	color: white;
	width:100%;
	margin:0;
}

input[type=submit].sample_request_btn {
	width:100%;
	background-color:#07986C;
	border-radius: 5px;
	
	
}
.closer_btn {
	background-color: #07986c;
	color: white;
	width:100%;
	margin-top:10px!important;
	padding:10px;
	border-radius: 5px;	
}
a.closer_btn:hover {
	color:#07986C;
	
}

#sample_table {
	width:100%;
	
}

#sample_table tr:nth-child(even){background-color: #f2f2f2;}

#sample_table tr:hover {background-color: #ddd;}

#sample_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.billing_fields {
	max-width:500px;
}
#close {float:right;}

#error {color:red;}

.hd1 {
	font-weight:bold;
	font-size:1.5em;
}