html, body
{
	height: 100%;
	background-color: #42BBF4;
}

p, li
{
	text-align: left;
}

.short-description 
{
	margin-bottom: 10px; 
	
	background-color: white; 
	box-shadow: 0 0 10px black; 
	border-radius: 5px;
}

.full-description
{
	margin: 0 15% 0 15%;
	margin-bottom: 10px; 
	width: 70%;
	
	background-color: white; 
	box-shadow: 0 0 10px black; 	
	border-radius: 5px;
}
 
.breadcrumbs
{
	display: none
}
