.hip-roi-container {
	background: transparent;
    border-radius: 0px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;  
}
.hip-roi-container label {
    display: block;
	font-weight: normal;
	font-family: helvetica;
  	font-size: 13px;
    margin: 10px 0 10px;   
}
.hip-roi-container input {
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2 !important;
	color: #33475b;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  	font-size: 16px;
  	font-weight: normal;
  	line-height: 22px;
  	min-height: 27px;	
	padding: 0 15px; 	
}
#hip-roi-form h3 {
  	font-size: 1.8em;
  	font-weight: 600;
  	line-height: 1.2em;
	margin-top: 20px;
}
.hip-roi-result {
	background: #e6ffe6;
	border-radius: 5px;
    margin-top: 20px;  
    padding: 10px;
    
}
.hip-roi-container button[type="submit"] {
	background:#39b87c;
	border-radius: 3px;
  	border-style: solid;
  	border-width: 1px;
	border-color: #39b87c;
  	color: #ffffff;
  	font-size: 14px;
  	line-height: 14px;
  	font-family: helvetica;
	margin-top: 20px;
	padding: 12px 24px;
}
