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


html {
	max-width: 400px;
	max-height: 800px;
	width: 320px;
	font-size: 0.8em;
}

body{
	margin:0px;
	padding:0px;
	width: 100%;
	/*background-color:#666;*/
	font-family: Calibri, Arial, Geneva, sans-serif;
	text-align: center;
}

input{
	font-family: Calibri, Arial, Geneva, sans-serif;
	width: 100%;
}

h2{
	text-align: center;
}

/*
table td{
	border: solid black thin;
}
*/


table{
	width: 100%;
	text-align: center;
}

table ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

table li{
	padding: 2% 0%;
	text-align: center;
}

#main{
	background-color: white;
	padding: 1% 2% 1% 2%;
}

table.view_border{
	width: 100%;
}

table.view_border td{
	border: solid black thin;
	text-align: center;
}

table#distro_table{
	width: 90%;
}

table.table_results{
	font-size: 0.8em;
	width: 100%;
}

table.table_results a{
	text-decoration: none;
	color: black;
}

table.table_results td.td_repo{
	width: 100%;
}

table.table_results input{
	width: 95%;
	text-align: center;
	border: 0;
}

span.row_results{	/*hide rows with only the results*/
	font-size: 0.8em;
	text-align: center;
	display: none;
}
