#edtech_room_order {
	float: right;
	font-size: 16px;
}

#edtech_room_order select {
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
	font-size: 0.95em;
	padding: 5px;
	margin-left: 10px;
	color: #343a40;
}

.edtech_room {
	/*
	border-top: 1px solid #efefef;
	padding-top: 20px;
	padding-bottom: 20px;
	*/

	min-height: 160px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
	background: #fff;
	background: rgb(242, 242, 242);
	background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 80%);

	margin-bottom: 32px;
	padding: 20px;
}

.edtech_room img {
	border-radius: 10px;
}

.edtech_room_layout,
.edtech_room_interior {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 8px;
	margin-bottom: 50px;
}

.edtech_room_title h2 {
	margin-top: 0 !important;
}

.edtech_room_technologies {
	margin-top: 5px;
}
