<style>
#tmp{
	
}

.services-div{
	position:relative;
	top:100px;
	max-width:950px;
	width:950px;
	overflow:auto;
	margin-left:50%;
	transform:translateX(-50%);
	min-height:calc( 100vh - 540px );
	overflow:auto;
	/*border: 1px solid red;*/
}

/*.orders-div{
	position:absolute;
	top:0px;
	left:79%;
	bottom:200px;
	height:400px;
	border:1px solid black;
	width: 20%;
	max-width:240px;
	float:right;
}*/

.services-div a{
	font-weight:bold;
	text-decoration:none;
	color:#00adee;
}

.services-top-div{
	position:relative;
	padding:10px;
	overflow:auto;
	background-color:#ffffff;
	border-radius:4px;
	/*border: 1px solid red;*/
	margin-bottom:10px;
}

.services-top-div p{
	line-height:150%;
	font-size:18px;
}

.services-top-div img{
	float:left;
}

.services-samples-div{
	position:relative;
	overflow:auto;
	background-color:#ffffff;
	margin-bottom:50px;
	min-height:600px;
}

.services-samples-div input[type=text], .services-samples-div input[type=email]{
	width:95%;
	height:30px;
	font-size:18px;
	border-radius:5px;
	border:1px solid #333333;
}

.services-samples-div button{
	padding:5px;	
	background-color:#00adee;
	color:#ffffff;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #ffffff;
	border-radius:5px;
}

.sample-frame-div{
	overflow-x:hidden;
	overflow-y:auto;
	border:1px solid #00adee;
	border-radius: 4px;
	width:calc( 100 % - 20px );
	height:auto;	
	margin:auto;
	margin-bottom:10px;
	padding:5px;
	text-align: justify;
	text-justify: inter-word;
}

.sample-frame-div p{
	line-height:150%;
	margin:0px;
}

.sample-frame-div h4{
	margin:0px;
}

.sample-frame-div button{
	padding:5px;	
	background-color:#00adee;
	color:#ffffff;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #ffffff;
	border-radius:5px;
}

.sample-div{
	overflow:hidden;
	border-radius:4px;
	padding:5px;
	max-height:200px;
}

.sample-text-div{
	float:right;
	width:calc( 100% - 162px );
	height: 100%;
	overflow:hidden;
	background-color:#ffffff;
}

.sample-button-div{
	overflow:hidden;
	width:100%;
	bottom:0px;
	height:30px;
	/*border:1px solid red;*/
	text-align:center;
}

.sample-text-div h3{
	margin:3px;
	font-size:16px;
}

.sample-text-div h4{
	margin:3px;
	font-size:16px;
	text-align:center;
}

.sample-img-div{
	float:left;
	width:160px;
	height:160px;
	overflow:hidden;
	text-align:center;
}

.sample-img-div img{
	max-width:120px;
	max-height:120px;
	margin-top:25%;
}
</style>