/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
.children-profile ul{
	display:table;
	table-layout:fixed;
	width:100%;
	margin:0;
}
.children-profile > ul > li{
	display:table-cell;
	vertical-align: middle;
	padding: 10px;
}
.children-profile > ul > li .cp-text{
	display:block;
	width:100%;
	height:76px;
	text-align:left;
	padding: 5px 10px;
	background-color: #F7F7F7;
	
}