body {
	background: #c0c0c0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	line-height: 28px;
	color: #151515;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 20px 0;
	padding: 0;
}

img {
	border: none;
}

.wrapper {
	width: 650px;
	margin: auto;
}

.content {
	background: white;
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	border: 1px inset rgba(141,141,141,0.3);
	padding: 40px;
}

.ribbon {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
	line-height: 50px;
	text-align: center;
	display: block;
	background: black;
	color: white;
	margin: 0 5px 25px;
	text-decoration: none;
	font-size: 35px;
}

.icon {
	border-radius: 23px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.button {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	padding: 5px 15px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	line-height: 35px;
	height: 35px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-moz-box-shadow:
		inset 0px 0px 3px rgba(5,1,5,0.1);
	-webkit-box-shadow:
		inset 0px 0px 3px rgba(5,1,5,0.1);
	box-shadow:
		inset 0px 0px 3px rgba(5,1,5,0.1);
}
