/**
* SVSList
*/
.SVSList .key {
	margin:0 0 1em 0;
}
.SVSList .key li {
	display:inline;
	margin-right:2em;
}
.SVSList .key li * {
	vertical-align:baseline;
}
.SVSList .page-label {
	float:right;
	margin-top:-2.231em;
}
.SVSList table tr:first-child td {
	background-color:rgb(42, 46, 56);
	color:#fff;
	font-weight:bold;
	padding:2px;
}
.SVSList table tr:first-child td a {
	color:#fff;
}
.SVSList table td {
	padding:7px 2px 2px 2px;
	border-bottom: 1px solid #2A2E38;
}
.SVSList .pagination td {
	border-bottom:0;
}
.SVSList .pagination .centerAlign {
	text-align:center;
}
/**
* SVSSearch
*/
.SVSSearch .box .content {
	min-height:17em;
}
