@charset "UTF-8";

/* styles for cv */

#cv-header{		/* headers for cv sections */
	width:720px;
	float:left;
	text-align:left;
}
#cv-date {	/* to set up dates in left column */
	float:left;
	text-align:left;
	width:40px;
}
#cv-list{	/* material that corresponds to the dates in the left column */
	float:right;
	text-align:left;
	width:680px;
}
#cv-list-wide{    	/* for material without left column dates */
	width:720px;
	float:left;
	text-align:left;
}
.cv{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:3a3a3a;
}
.cv h1{
	font-size:14px;
	font-weight:bold;
}
.cv ul{
	list-style-type: none;
	list-style-position: inside;
	padding-left:1em;
}
.cv ul li{
	text-indent:-1em;
}

