#mainContainer {
	width: 200px;
}

.projectsBoxContainer {
	width: 100%;	
}

.projectBox {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.projectBox p.title {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
}

p {
	margin-top: 5px;
	margin-bottom: 2px;
}
