body {
	font-family:sans;
	font-size:12pt;
}
p, td {
	font-family:sans;
	font-size:10pt;
	margin:0;
	padding:0;
	line-height:120%;
	text-indent:0.5em;
}
dd {
	margin-bottom:1em;
}
kbd{
}

.repos kbd{
	text-indent: 0;
	display: block;
	margin-bottom: 4px;
}

.ppaList {
	overflow-y: scroll;
	height:600px;
}

.newsList {
	overflow-y: scroll;
	height:200px;
}

.info{
	display:block;
	position:fixed;
	top:8px;
	left:8px;
	vertical-align:top;
	width:39%;
}
.search{
	margin-left:40%;
	padding-left:1em;
	border-left:1px solid black;
	width: 59%;
}

.newsTitle{
	float:right;
}

#searchResult h2 {
	text-align: center;
}

.pkgNews tr.hidden {
	height: 0;
	margin: 0;
	padding: 0;
	visible: none;
}
.pkgNews tr.hidden td {
	height: 0;
	margin: 0;
	padding: 0;
	visible: none;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
}

.bg-orange {
	background-color: #fd7e14!important;
}

.bg-light-orange {
	background-color: #f9e6d6!important;
}
