
#user_data_div {
	border: 3px solid #444;
	padding: 1%;
	background-color: #FFF5EE;
	display: flex;
}

#user_pfp_div {
	text-align: center;
	border-right: 1.5px solid #444;
	width: 128px;
	height: auto;
	padding: 1%;
}

#user_info_div {
	border-left: 1.5px solid #444;
	padding: 1%;
	height: auto;
	overflow: scroll;
	width: 100%;
}

#user_comms_div {
	border: 3px solid #444;
	padding: 1%;
	background-color: #FFF5EE;
}

#user_statuses_div {
	border: 3px solid #444;
	padding: 1%;
	background-color: #FFF5EE;
	overflow: scroll;
}

#user_comms {
	font-size: 12pt;
	text-align: center;
	width: 100%;
	table-layout: fixed;
	overflow: scroll;
}

#user_write_status_div {
	border: 3px solid #444;
	padding: 1%;
	background-color: #FFF5EE;
}

#status_text {
    box-sizing: border-box;
    width:100%
}

#comment_div {
	border: 3px solid #444;
	padding: 1%;
	background-color: #FFF5EE;
	display: flex;
	align-items: stretch;
}

#comment_pfp {
	text-align: center;
	border-right: 1.5px solid #444;
	width: auto;
	height: auto;
	padding: 1%;
}

#comment_text {
	border-left: 1.5px solid #444;
	padding: 1%;
	height: auto;
	overflow: auto;
	width: 100%;
}
