@charset "utf-8";
/* CSS Document */
.logo img{
	display:block;
    margin:0 auto;
    max-width:450px;
}
.banner{ background-image:url(/AAA/common/hotel/MGM/images/banner.jpg); }
.hotelinfo h2.hotelH2{
	color:#000;
	font-weight:normal;
	margin:0px;
}
.hotelinfo li{ color:#000; margin-left:14px; }
.hotelinfo ul{ padding:0px;}
.hotelinfo hr{ background-color:#dcdcdc; border:thin none; height:1px;}
.hoteldescription .topside{
    background-color:#cdd1d1;
    height:180px;
    margin-bottom:35px;
    max-width:700px;
    padding:20px;
    width:100%;
}
h1.hotelH1.BWtitle{
	border-bottom:1px solid #CCC;
	padding-bottom:24px;
	margin-bottom:24px;
}
.BWrewardsCard img{ width:40%; margin-top:24px; }
.nationalStyle p.disclaimer{ margin:14px; }
@media screen and (max-width: 640px){
	.logo img{
		display:block;
		margin:0 auto;
		width:100%;
	}
}