.topbar {
	display: none;
}

.menu {
	display: none;
}

body {
 margin-top: 1cm;
 margin-left: 1cm;
 margin-right: 1cm;
 margin-bottom: 1cm;
 background-image: none ;
 background-color: white;
}

.content {
position: static;
width: 100%;
padding: 0;
background-color: white;
color: black;
}

.content p{
border: none;
background-color: white;

}

.content ul{
font-size: 0.9em;
background-color: white;
border: none;
}

.review {
		padding-left : 1%;
    padding-right : 1%; 
		width : 100%;
		float:left;
			}
	
	.tracks {
		margin:0;
		padding-left : 1%;
    padding-right : 1%;
		width : 100%;
		float:left;
		font-size: 0.7em;
		clear: left;
	}
	
	.screenshots {
	float: left;
	clear: left;
	
	}

.author {
	
	width:50%;
	margin-top: 10%;
  background-color:  white ;
  font-size: 0.7em;
  text-align: left;
	z-index:2;
	border: 2px dotted black;
}

h1, h2, h3 {
 page-break-after: avoid;
 page-break-inside: avoid;
}
ul, ol, dl {
 page-break-before: avoid;
}