/* Deliverable Boxes Style */
.deliverable
{
	background-color: mistyrose;
	border-radius: 10px;
	text-align: center;
	margin: 25px;
	padding: 25px;

	-webkit-box-shadow: 0px 0px 3px rgba(8, 6, 46, 0.51);
}

.deliverable h1
{
	background-color: rgba(1, 1, 1, .1);
	border-radius: 5px;
	padding: 5px;
}

.link
{
	text-align: left;
	border-radius: 20px;
	padding: 5px;
}

.link:hover
{
	color: purple;
	background-color: rgba(0, 0, 0, .1);
}
/* End deliverable Boxes */


