

.email_wrapper_block_cont {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.email_wrapper_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #50545B;
	border-radius: 8px 8px 0px 0px;
}

.new_message {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.new_mail_top_right_icons {
	display: flex;
}

.email_wrapper_header,
.email_wrapper_content {
	padding: 12px 20px;
	color: #4c505d;
}

.to_cc_bcc_cont {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 12px;
	color: rgba(51, 77, 110, 0.5);
}

.re_cont {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 12px 0;	
	margin-bottom: 30px;
}

.story .new_mail_top_right_icons img {
	border: 0;
	margin-left: 5px;
}