@import "../../css/enrollment.css";

/************************************/

#documents table th{
	width:auto;
	padding:2px 6px;
	}

#documents ul{
	margin:40px;
	background:#eee;
	padding:20px;
	}

#documents li{
	margin-bottom:1em;
	clear:both;
	line-height:180%;
	}

#documents li img{
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	}

#documents h5{
	line-height:120%;
	color:#f00;
	margin-left:40px;
	}

#documents ol{
	border:solid 1px #f00;
	background:#fee;
	padding:10px 40px;
	margin:auto 40px;
	}

#documents ol li{
	margin:0;
	line-height:120%;
	color:#f00;
	}
