.mrp-report-outer {
	
	max-width: 475px !important;
	margin:auto !important;
	font-family:Arial, Helvetica, sans-serif !important;
	background-color:#f1f1f1 !important;
}

.mrp-report-outer .title {
	
	color:#fff !important; 
	font-size:18px !important; 
	padding:20px 5px 20px 5px !important; 
	text-align:center !important; 
	background-color:#525252 !important;
}

.mrp-report-outer .content {
	
	padding:10px !important; 
	border: 1px solid #efefef !important;
}

.mrp-report-outer .content ul {
	list-style:none !important; 
	padding:0px !important; 
	color:#525252 !important; 
	text-align:center !important; 
	font-size:17px !important;
	margin: 0 !important;
}

.mrp-report-outer .content ul li {
	list-style-type: none !important;
}

.mrp-report-outer .market-image img {
	
	width: 100% !important;
}

.mrp-report-outer .market-report-button a {
	background-color:#4371a1 !important; 
	border-radius:6px !important; 
	color:#fff !important; 
	padding:15px !important; 
	text-align:center !important; 
	display:block !important; 
	text-decoration:none !important; 
	font-size:18px !important;
}

.mrp-report-outer .market-report-button a:hover {
	
	background-color: #5bc0de !important;
}

/* version 2 */

.listing-details-view .market-container, .listing-details-view .market-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.listing-details-view .market-container {
	max-width:475px;
	background-color:#f9fbff;
}

.listing-details-view .market-container .market-container * {
	font-family:"Open Sans", sans-serif;
}

.listing-details-view .market-container .market-image-container {
	background-size:cover;
	padding-bottom:87%;
	position:relative;
}

.listing-details-view .market-container .market-image-text {
	color:#fff;
	font-size:30px;
	text-shadow:1px 1px 4px rgba(0, 0, 0, 0.8);
	width:100%;
	position:absolute;
	top:0px;
	padding:15px;
	font-weight:bold;
	text-align:center;
}

.listing-details-view .market-container .market-message-container {
	position:relative;
	padding:5%;	
}

.listing-details-view .market-container .market-message-image {
	position:absolute;
	bottom:0px;
	right:0px;
	width:44%;
}

.listing-details-view .market-container .market-message-image img {
	width:100%;
	display:block;
}

.listing-details-view .market-container .market-message-text {
	font-size:17px;
	font-weight:300;
	width:60%;
}

.listing-details-view .market-container .market-message-text span {
	font-weight:600;
}


.listing-details-view .market-container .market-button {
	padding:5% 0 0 0;
}

.listing-details-view .market-container .market-button a {
	background-color:#184a6b;	
	color:#fff;
	text-decoration:none;
	padding:6px 12px;
	text-transform:uppercase;
	display:inline-block;
	border-radius:10px;
	font-weight:600;
	font-size:16px;
	position:relative;
	z-index:2;
}

.listing-details-view .market-container .market-button a:hover {
	opacity:0.8;
}

.listing-details-view .market-container .market-report-button {
	
	cursor: pointer;
}