#projects { border: 0px; }
#projects div.selected .title { font-weight: bold; }
#projects div div {
	padding: 10px;
}

#projects div.title {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px dotted #EEE;
}

#projects div.title:hover {
	text-decoration: underline;
	color:#3F403C;
}

#projects div.selected {
	border-bottom: none;
}


#list-projects { border: 0px; }
#list-projects div.selected .title { font-weight: bold; }
#list-projects div div {
	padding: 10px;
}

#list-projects div.title {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px dotted #EEE;
}

#list-projects div.title:hover {
	text-decoration: underline;
	color:#3F403C;
}

#list-projects div.selected {
	border-bottom: none;
}


@media print {
	#projects div, #list-projects div{
	display: block!important;
	height: auto!important
	}
}