#compare{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4E4E4E;
	width:100%;
	margin:0 auto;
	display: inline-block;
	height:auto;
	background-color:#FFF;
	padding: 30px;
	position: relative;
}
.imgres2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	cursor: pointer;
}
.imgres1{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	color:red;
	cursor: pointer;
}


#per{
	width:80%;
	line-height: 20px; 
	margin-top:5px;
}

#input1,
#input2 {
	width:100%;
	margin-top:5px;
	line-height: 20px; 
	word-wrap: break-word;
	padding:10px;
}
#btncompare{
	
    background-color: #007bff;
    border-radius: 5px;
    height: 30px;
    width: 120px;
    border: 0px;
    left: 40%;
    top: 5px;
	margin:5 auto;
	display:block;
    position: relative;
    cursor: pointer;
	
}

#response {
	margin-top:10px;
	overflow-y: scroll;
    width: 100%;
    height:450px;
	position:relative;
	top:0px;
	
}
#response img{
	width:230px;
	border: 1px solid #F1711A;
}
