a{
	color:#000;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

li{
	width:auto;
}

.ReservationClickMe{
	color:#FFF100;
}

.SuiteGroupRow{
	margin:0px 0px 30px 0px;

}

.container{
	width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}


.imgOutBox{
	min-height: 200px;
	max-height: 200px;
	padding:0px 10px;
}

.imgBox{
  height: auto;
  border: 1px solid #000;
	border-radius: .25rem;
  min-height: 200px;
  max-height: 200px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0px;

}
.imgBoxInside{
	border-color:#000;
	border-radius: 0.5rem;
	width:100%;
	height:auto;
	max-height:180px;
	max-width:100%;
	margin:auto auto;
	padding:0px 10px;
}


.SuiteGroupTextBox{
	border:1px solid #5e5e5e;
	background-color:#fff;
  border-radius: .25rem;
	position: absolute;
	height:calc(100% - 55px);
	overflow:hidden;
}

.SuiteGroupButtonBox{
	padding:0px;
	position: absolute;
  bottom: 0px;
}

.SuiteGroupButton{
	background-color:#97999b;
	color:#fff;
  font-weight: bold;
}

.textBox{
	min-height: 200px;
	max-height: 200px;
	padding:0px 10px;
}

.GroupTitle{
	font-size:1.25rem;
  margin-bottom: .5rem;
	font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
	padding:5px 0px 0px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height:50px;
}

.GroupInfo{
  font-weight: bold;
	padding:0px;
}

.InfoBox{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:break-all;

	max-height:45px;
  font-weight: bold;
}
@media screen and (max-width:1200px) {
	.container{
		margin-right: 0px;
		margin-left: 0px;
	}
	#mwt_fb_tab{
		top:-60px;
	}
}

@media screen and (max-width:767px) {
	.imgBoxInside{	
		max-height: 180;
	}
	.SuiteGroupTextBox{
		max-width:calc(100% - 20px);
	}
	.SuiteGroupButtonBox{
		max-width:calc(100% - 20px);
	}
	.imgOutBox{
    margin-bottom: 5px;
	}
	#mwt_fb_tab{
		top:-95px;
	}
}

@media screen and (max-width:486px) {
	.SuiteGroupButton{
		font-size:18px;
	}
}
