@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	font-size:1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em

}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%
}

.top-img{
    min-height:100%; 
	background:url(../img/support/download.jpg);
	background-position: center center;
}

@media only screen and (max-width: 600px){

.top-img{
	background-size: cover;
}
}

/*------------------DL---------------*/

.dl{
	padding:3% 10% 5%;
	color:#666
}

.dl h1{
	font-weight:200;
	font-size:4em;
	text-align:center
}

/*---------------TABEL-------------*/

table{
	width:100%;
	margin-bottom:4em
}

td{
	height:100%;
	padding:1em .5em;
	border-bottom:1px solid rgba(0,0,0,.2);
	font-size:1em
}

td:first-child{
	width:20%
}

td:nth-child(2){
	width:60%
}

td:nth-child(3){
	width:10%
}

td:nth-child(4){
	width:10%
}

th{
	font-weight:600;
	text-align:left;
	padding:1em .5em
}

a{
	color:#C00;
	text-decoration:none
}

a:hover{
	text-decoration:underline
}

.brch td:first-child{
	width:50%
}

.brch td:nth-child(2){
	width:25%
}

/*---------------INPUT-------------*/

.brch input{
	float:left;
	border:none;
	background:none;
	text-align:left;
	font-size:1em;
	color:#C00;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	white-space:normal;
}

.brch input:active{
	outline:none;
}




/*---------------DOWNLOADS---------------*/

.dl{
	padding:3% 5% 5%
}

.dl h1{
	font-size:2.5em;
	line-height:.9em
}

td{
	font-size:1em
}

th:first-child{
	display:none
}

td:first-child{
	display:none
}

.brch td:first-child{
	display:table-cell
}

}

input:hover{
	text-decoration:underline;
	cursor:pointer;
}