ul li {
	list-style-type: none;
	margin-left: -40px;
}

.comment {
	font-size: .8em;
	font-style: italic;
	color: inherit;
}

#Content {
	background-color: #555;
	padding: 20px;
	border-radius: 30px;
	box-shadow: 5px 5px 20px 0px #222;
	text-align: center;
}

button {
	font-family: 'open_sanssemibold';
	cursor: pointer;
	background-color: #DEDEDE;
	padding: 8px 40px;
	width: 100%;
	border: none;
	border-radius: 10px;
	box-shadow: 2px 2px 10px 0px #222;
	margin: 5px 0px;
	color: #222;
	font-size: 1.2em;
}

button:hover {
	background-color: #5d935d;
}
