body{
	background:#999;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.content{
	width: 650px;
	margin:0 auto;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}
#botao{
	float:right;
	margin:20px;
}
#botao a{
	background:#f7f7f7;
	width:120px;
	height:60px;
	padding: 10px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul{
	padding:0px;
}
li{
	list-style-type: none;
}
@media print{ 
	.content {
		box-shadow:none;
	}
    #botao{
        display: none !important;
    }
}