html, body {
	height: unset;
}

#dave_searchable {
	padding-right:10px;
}

#agreement {
	margin-bottom:10px;
}

#agreement_text {
	font-size:11px;
	font-weight:bold;
	line-height:auto;
}

#dave_searchable input#searchbox {
	color:#666;
	font-size:11px;
	width:231px;
	margin:12px 0;
}

#nothing_found {
	display:none;
	margin-left:10px;
	color:red;
}

#reset_search {
	margin-left:10px;
	text-decoration:underline;
}

#dave_searchable table {
	width:100%;
}

#dave_searchable table .project {
	width:15%
}

#dave_searchable table .description {
	width:52%;
}

#dave_searchable table .target {
	width:10%;
}

#dave_searchable table .version {
	width:7%;
}

#dave_searchable table .update {
	width:9%;
}

#dave_searchable table .tool {
	width:7%;
}

#dave_searchable table .keywords {
	display:none;
}


#dave_searchable table tr.downloadable {
	cursor:pointer;
}

#dave_searchable table tr.downloadable td {
	background-color:#fff;
}

#dave_searchable table tr.downloadable:hover td
{
	background-color:#f2f2f2;
}

.default_label {
	color:#333;
	font-size:11px;
	line-height:16px;
	margin-right:10px;
}

table.search {
	width:100%;
}

table.search td {
	vertical-align:middle;
}

table.search td.label {
	width:120px;
}

table.search td.input {
	width:240px;
}
