
/* Review Styling */

.reviewBubble {

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

}

.reviewName {
	
	font-weight: bold;

}

.reviewLine {
	
	margin: 12px 0;

	
}
	

.reviewComment {
	

	display: flex;
	justify-content: space-between;
	text-align: left;
	
	
}

.reviewComment div {

	width: 100%;
	padding: 0 10px;
	
}

.reviewText {
	text-align: left;
}

.reviewComment img {

	max-width: 35px;
	max-height: 26px;
	
}

.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;
	
}

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

.reviewText {

	font-size: 14pt;
	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%;
		
	}
	
	

}
       




