@font-face {
    font-family: cirrus;
    src: url('cirrus.ttf');
}

* {
	font-family: cirrus;
	font-size: 12pt;
	color: lightgrey;
}

body {
	background: white;
}

.content {
	width: 768px; 
	padding: 40px;
	margin: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

.textcontent {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.screenshotslink {
	border-top: 1px solid #eee;
	padding-top: 4px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 256px;
}

.long {
	width: 512px;
}

.screenshot {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;	
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5); 	
}

.version {
	color: lightgrey;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 40px;
}

h1 {
	font-size: 20pt;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	color: black;
	width: 768px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	margin-bottom: 0px;
	text-align:center;
	vertical-align: bottom;
}

.infos {
	margin-top: 40px;
}

h2 {
	font-size: 16pt;	
	font-weight: normal;
        border-bottom: 1px solid #eee;
        color: black;
        width: 768px;
        padding-top: 0px;
        padding-bottom: 10px;
        margin: 0px;
        margin-bottom: 0px;
        text-align:left;
        vertical-align: bottom;
}

.description {
	text-align: justify;
	color: black;
	margin-top: 10px;
        margin-bottom: 10px;
}

.disclaimer {
	text-align: justify;
	color: black;
}

a {
	text-decoration: none;
	color: lightgrey;
}

a:hover {
	text-decoration: none;
	color: #88c;
}

img.icon {
	margin: 10px;
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);   
}

.invisible {
	opacity: 0;
	-webkit-transition:opacity 0.2s ease-out;
	-moz-transition:opacity 0.2s ease-out;	
	height: 0;
	overflow: hidden;
}

.visible {
	opacity: 1;
	-webkit-transition:opacity 0.2s ease-out;
	-moz-transition:opacity 0.2s ease-out;	
	height: auto;
}
