
.message{
  height: auto; /* This can be any height and everything fills in */
}
.imgtext {
	width:100%;
	overflow-y: auto; 
	height: 100%;   
	max-height:250px;
	padding-right: 5px;
}
.image{
	margin: 7px 10px 0 0;
	float: left;
	position: relative;
	display: block;
}
.date {
    background-color: #F5F5F5;
    padding-right: 5px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
}
.well-sm {
	font-size: 1.2em;
	color: #3A87AD;
}
.panel-title {
	padding: 5px 5px;
}
.well {
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #ababab;
    padding: 20px;
    margin-bottom: 10px;
		background-color: #e1daeb;
		border-radius: 3px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
} 