.message {
	box-sizing: border-box;
	padding: 10px;
	color: black;
	font-size: 0.7rem;
	overflow: hidden;
	white-space: normal;
}

.message .personBlock {
	overflow: hidden;
	margin-right: 110px;
}

.message .relation {
	margin: 20px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7rem;
}

.message .name {
	margin: 20px 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.1rem;
}

.message .more {
	margin: 20px;
	margin-top: -15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #555555;
}

.message .subject {
	font-weight: bold;
}

.message .date {
	color: #222222;
}

.message .body img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.message .thumbnail {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	height: 100px;
	border-radius: 75px;
	background-position: center center;
	background-size: cover;
}

.message .responses {
	padding-top: 40px;
}

.manualComposeMessageReply {
	position: absolute;
	
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	
	border-radius: 30px;
	padding: 30px;
	
	
	z-index: 1000;
	background: #EEEEEE;
	border: 4px solid #333333;
	
	color: #333333;
}

.manualComposeMessageReply h3 {
	font-size: 1rem;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.manualComposeMessageReply textarea {
	width: 100%;
	font-size: 0.8rem;
}