<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Review Styling */

.reviewBubble {

	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #E2E2E2;
	background-color: #F5F5F5;
	border-radius: 20px;

}

/* style reviews */

.reviewFormRow select, .reviewFormRow textarea, .reviewFormRow input, input[type="submit"] {
	
	padding: 14px;
	font-size: 13pt;
	
}

.reviewName {
	
	font-weight: bold;

}

.reviewLine {
	
	margin: 12px 0;

}
				

.reviewForm {

	width: 100%;
	padding: 20px;
	border-radius: 20px;
	background: #FFF9C8;
	box-sizing: border-box;

}

.reviewFormRow {

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	margin: 20px;

}

.reviewFormCellLeft {
	
	margin: 10px 0;	
	min-width: 120px;
	display: flex;
	align-items: center;
	
}

.reviewFormCellRight {
	
	margin: 10px 0;
	width: 100%;
	
}

.reviewText {
	font-size: 15px;
	padding: 5px;
}

.reviewFormHeader {
	font-size: 27px;
	margin-bottom: 20px;
}

.reviewTextarea {

	width: 100%;
	font-size: 15px;
	height: 150px;
	
}

.reviewButton {

	text-align: right;
	
}

.reviewBox {

	margin-top: 20px;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #E2E2E2;
	background-color: #F5F5F5;
	border-radius: 20px;


}

.reviewName {

	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;


}

.reviewDate {

	margin-bottom: 10px;



}

.reviewText2 {

	margin-top: 10px;

}


																
@media only screen and (max-width: 600px) {

	.reviewFormRow {
		
		flex-direction: column;
		-webkit-flex-direction: column;

	}
	
	
	.reviewFormCellLeft {
		
		margin: 0;	

	}
	
	.reviewFormCellRight {
		
		margin: 0;

		
	}
	
	.reviewFormCellRight select {
		
		width: 100%;
		
	}
	
	.reviewFormCellRight input {
		
		width: 100%;
		
	}
	
	

}
       




</pre></body></html>