.outputDetailview h1 {
	padding-left: 30px;
	margin: 25px 0px 25px 0px;
	font-size: 36px;
}
.outputDetailview .imageButton {
	background-color: #FFFFFF;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	display: inline-block;
	top: calc(50% - 30px);
	cursor: pointer;
	margin: 15px;
	color: #cc1e1c;
}
.outputDetailview .imageButton:hover {
	background-color: #cc1e1c;
	color: #FFFFFF;
}
.outputDetailview .imageButton > span {
	background-color: transparent;
	position: absolute;
	display: inline-block;
	width: 30px;
	top: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}
.outputDetailview .info {
	color: #cc1e1c;
	width: 14px;
	height: 14px;
	font-size: 12px;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	line-height: 12px;
	margin-left: 4px;
	top: -4px;
	cursor: help;
	position: relative;
}
.outputDetailview .bullet {
	position: relative;
	top: 1px;
	margin-right: 3px;
	height: 5px;
	line-height: 5px;
	font-size: 18px;
	display: inline-block;
}
.outputDetailview .triangle {
	position: relative;
	cursor: pointer;
	top: 0px;
	margin-right: 0px;
	height: 5px;
	line-height: 5px;
	font-size: 10px;
	display: inline-block;
}
.outputDetailview .entries {
	margin-left: 15px;
}
.outputDetailview .entries > div {
	margin-right: 15px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #ffffff;
	display: grid;
	grid-template-columns: 150px 550px;
	grid-gap: 0px 20px 0px 0px;
}
.outputDetailview .entries > div > div:nth-child(1) {
	font-weight: bold;
}
.outputDetailview .sidebar > div {
	margin: 0px 0px 25px 0px;
}

.outputDetailview .displayContainer {
	position: relative;
	height: 500px;
	width: 750px;
}
.outputDetailview .displayContainer > div:nth-child(1) {
	position: absolute;
	height: 500px;
	width: 750px;
	background-position: center; 
	background-repeat: no-repeat;
	background-color: #d6d6d6;
}
.outputDetailview .displayContainer > div:nth-child(2) {
	position: absolute;
	left: 0px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.0);
	height: 500px;
	width: 750px;
}
.outputDetailview .previewContainer {
	margin: 5px 0px 5px 0px;
	background-color: #eeeeee;
}
.outputDetailview .previewContainer .previewImageContainer {
	position: relative;
	height: 80px;
	width: 124px;
	float: left;
	overflow: hidden;
}
.outputDetailview .previewContainer .previewImageContainer > div:nth-child(1) {
	position: absolute;
	box-sizing: border-box;
	height: 80px;
	width: 124px;
	border-bottom: 5px solid #eeeeee;
	border-left: 5px solid #eeeeee;
	background-position: center; 
	background-repeat: no-repeat;
	background-color: #eeeeee;
	overflow: hidden;
	cursor: pointer;
}
.outputDetailview .previewContainer .previewImageContainer > div:nth-child(2) {
	position: absolute;
	left: 4px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.5);
	height: 76px;
	width: 120px;
	cursor: pointer;
}
.outputDetailview .roomTitle {
	clear: both;
}
.outputDetailview .roomTitle > h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 15px 30px 15px;
	padding: 35px 0px 0px 0px;
}
.outputDetailview .contactTitle > h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 15px 30px 15px;
	padding: 35px 0px 0px 0px;
}
.outputDetailview .locationText {
	margin: 0px 15px 0px 15px;
	font-size: 14px;
	line-height: 25px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}
.outputDetailview .roomContact {
	margin: 0px 15px 0px 15px;
	font-size: 14px;
	line-height: 25px;
	border-bottom: 0px solid #FFFFFF;
	padding-bottom: 10px;
}
.outputDetailview .roomContact span {
	width: 60px;
	display: inline-block;
}
.outputDetailview .roomContact a {
	color: #cc1e1c !important;
	font-weight: bold;
}
.outputDetailview .submit {
	background-color: #cc1e1c;
	color: #FFFFFF;
	width: 345px;
	height: 55px;
	border-radius: 25px;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	float: right;
	margin: 0px 15px 30px 0px;
	cursor: pointer;
}
.outputDetailview .xxx {
	clear: both;
}
.outputDetailview a {
	color: #cc1e1c;
	text-decoration: none;
}

.outputDetailviewResult {
	background-color: #eeeeee;
	border-radius: 0px 0px 15px 15px;
}

.outputOverview h1 {
	padding-left: 30px;
	margin: 25px 0px 25px 0px;
	font-size: 36px;
}
.outputOverview .sidebar > div {
	margin: 0px 0px 25px 0px;
}

.outputOverviewResult {
	height: 250px;
	background-color: #eeeeee;
	border-radius: 15px 0px 0px 15px;
	margin-bottom: 25px;
	overflow: hidden;
}
.outputOverviewResult > div {
	position: relative;
	height: 250px;
}
.outputOverviewResult > div > div:nth-child(1) {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 445px;
	bottom: 0px;
	overflow: hidden;
}
.outputOverviewResult > div > div:nth-child(1) > div:nth-child(1) > h2 {
	position: absolute;
	color: #cc1e1c;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	top: 15px;
	left: 0px;
	right: 0px;
}
.outputOverviewResult > div > div:nth-child(1) > div:nth-child(2) {
	position: absolute;
	line-height: 20px;
	font-size: 12px;
	margin: 0px;
	top: 55px;
	left: 0px;
	right: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	height: 65px;
}
.outputOverviewResult > div > div:nth-child(1) > div:nth-child(3) {
	position: absolute;
	line-height: 20px;
	font-size: 12px;
	font-style: italic;
	bottom: 75px;
	left: 0px;
	right: 0px;
}
.outputOverviewResult > div > div:nth-child(1) > div:nth-child(4) {
	color: #cc1e1c;
	position: absolute;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	font-weight: bold;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-top: 1px solid #FFFFFF;
}
.outputOverviewResult > div > div:nth-child(1) > div:nth-child(4) > a {
	color: #cc1e1c;
	text-decoration: none;
}
.outputOverviewResult > div > div:nth-child(1) > div:nth-child(4) > a > span {
	background-color: #cc1e1c;
	position: absolute;
	bottom: 14px;
	left: 415px;
	height: 30px;
	width: 30px;
	border-radius: 15px;
}
.outputOverviewResult > div > div:nth-child(1) > div:nth-child(4) > a > span > span {
	color: #eeeeee;
	font-size: 16px;
	position: absolute;
	left: 8px;
	top: 8px;
}
.outputOverviewResult > div > div:nth-child(2) {
	position: absolute;
	top: 0px;
	left: 485px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
.outputOverviewResult > div > div:nth-child(2) > img {
	height: 100%
}

#ask{
	max-width: 900px !important;
}
#share{
	max-width: 900px !important;
}