#character_container
{
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
	justify-content: center;
}

#character_container > div
{
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

#character_portrait
{
	background-size:cover;
	background-color:#000;
	background-repeat:no-repeat;
	background-position: center;
	width:256px;
	height:400px;
}

#td_description
{
	width:350px;
	height:500px;
	text-align:left;
	background-color:black;
	color:white;
}
#description_text_container
{
	width:100%;
	height:100%;
	overflow:auto;
}