@charset "utf-8";
/* CSS Document */
.rt_content{
background-color: #d5e4ef;
}
.profiles{
width:400px; 
position:relative;
display:block;
left:15px;
top:20px;
}
.profiles img{
display:inline-block;
float:left;
}
.profiles div{
	width: 318px;
	display:block;
	float: left;
	padding-bottom: 15px;
}

.profiles div p{
	display: block;
	margin:0;
	color: #191919;
	padding-left: 15px;
}
.profiles div ul{
	list-style: disc;
display:inline-block;
width: 270px;
position: relative;
left: 5px;
padding-left:25px;
margin-left:0;
margin-bottom:0;
padding-bottom: 0;
}
.profiles div ul li{
	list-style: disc;
margin-bottom: 10px;
}
