@charset "utf-8";

/*********************************
 *
 * PROFILE STYLES
 *
 *********************************/

/* profile */
table.profile {width:100%;}
	table.profile th, table.profile td {padding:1.2em 0 1.2em 1.5em; border-bottom:1px dashed #cad1d1;}
	table.profile th {width:110px; background:#edefef; color:#226175;}

/* list */
dl.list {overflow:hidden; clear:both; margin-top:1em;}
	dl.list dt, dl.list dd {margin-bottom:2px;}
	dl.list dt {float:left; width:90px;}
	dl.list dd {margin-left:90px;}