/* Screen one */

#section-1 .button-container
{
	padding: 225px;
	text-align: center;
}

/* Screen four */
#section-4 img 
{
	width: 50%;
}

/* Section five */
#section-5 .text-entry
{
	padding: 5px;
	border: 1px solid #ccc;
	min-height: 40px;
}

/* General */

#section-2 img, #section-3 img, #section-4 img
{
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 20px;
}

#section-3 .text-entry, #section-4 .text-entry
{
	min-height: 100px; 
	border: 1px solid #ccc;
	padding: 5px;
}

[contenteditable=true]:empty:before {
	color:#cccccc;
  content: attr(placeholder);
  display: block; /* For Firefox */
}

#section-3 .button-container, #section-4 .button-container
{
	text-align: center;
	margin-bottom: 20px;
}