/* article 1 */

.f1	{
	text-align:center;
	background-color:#EEE;
	padding-top:0px;
    padding-left:  env(safe-area-inset-left);
    padding-right:  env(safe-area-inset-right);
}

/* article 2 (feature table) */
.f2	{
	position: relative;
	text-align:center;
	background-color:#E5E5E5;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 40px;
    padding-left:  env(safe-area-inset-left);
    padding-right:  env(safe-area-inset-right);
	overflow-x:auto;
}

/* feature table */

.features	{
	width:100%;
	max-width:799px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;

}

@media (min-width: 800px) {
        .features {
			width:80%
        }
}

/* setting column width */
.lh-feature-icon	{
	width:40px;
}

/* zebra look */
/* tr.feature:nth-child(even){background-color: #eee} */

/* trennlinien */
tr.feature	{
	border-top:solid 1px #CCC;
}

/* styles for cells */
.features th	{
	font-size:16px;	
	font-weight:700;
	padding:1em 1em 1em 0.6em;
}

.features td	{
	font-size:24px;
	font-weight:900;
}

/* style for feature text */
.features .t1	{
	padding:0.6em 0em 0.6em 1.2em;
	font-weight:300;
}

/* styles for title with dotted line above */
.features .title	{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#666;
}

/* style for small text in feature table */
.features .tt	{
	font-size:13px;
	font-weight:300;
}

/* style for download buttons */
.download	{
	padding:1em 0.2em 1em 0.2em;
}

/* article 3 (versions table) */

.f3	{
	height:600px;
	overflow-y:scroll;
	text-align:center;
	background-color:#DDD;
    padding-left:  env(safe-area-inset-left);
    padding-right:  env(safe-area-inset-right);
}

.tabs {
	position: relative;
	width:100%;
	max-width: 799px;
	margin: 50px auto;
	border-collapse:collapse;
}

@media (min-width: 800px) {
        .tabs {
			width:80%
        }
}

.versions	{
	width: 100%;
}

.versions th	{
	font-weight:700;
	vertical-align:top;
	padding:1em 0 1em 0.6em;
}

.versions td	{
	vertical-align:top;
	padding:1em 0.6em 1em 0.6em;
}

.versions .date	{
	white-space: nowrap;
}