form#contact {
	max-width:750px;
	margin:0 auto;
}

.roomPic{
	width:300px;
	float:left;
	padding:0 3px;
}
.roomPic > div{
	width:300px;
	text-align: center;
}
.flex-container {
	display:flex;
	flex-direction: column;
	width:100%;
 }
div.partName{
	height:2em;
	display:inline-block;
}
textarea#details {
    height: 12em;
    width: 90vw;
}
@media (min-width: 800px) {
	textarea#details {
	    height: 12em;
	    width: 100%;
	}
	.flex-container {
		flex-direction:row;
	}
}