@import url("components/side_nav.css");

/*---------------------------------[TERMS/PRIVACY]-------------------------*/

#links a#nav_privacy { 
	color: #fff;
	background-color: #718ecc;
}

#terms { 
	list-style-type: decimal; 
	list-style-position: inside;
}

#terms li { 
	margin-top: 10px;
	text-align: justify;
}
#terms li span { 
	color: #222;
	font-weight: bold; 
} 
#terms li p { margin-bottom: 0 }

