a {
	text-decoration:none;
	color: inherit;
}
.inner_image {
	max-width:640px !important;
	height:auto !important;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.inner_image {
		width:100% !important;
	}
	#message_data {
		width:95% !important;
		padding:0% 2.5%;
	}
}

