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

/*
html {
	min-width: 640;
	min-height: 480;
}
*/

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

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

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: 89%;
	display: none;
}

table#distro_table li:hover{
	background-color: #FFFFB9;
}

table#distro_table a{
	text-decoration: none;
	color: black;
}

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

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;
}
