.searchoption{
	border: 1px solid #eeeeee;
	padding: 10px;
}
.searchoption.active{
	background: #FFFFFD;
}
.table th, .table td{
	padding: 8px 16px;
	border-top: 0;
}
.table-striped tbody > tr:nth-child(odd) > th, .table-striped tbody > tr:nth-child(even) > th{
	background-color: #eeeeee;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(even) > td{
	background-color: #ffffff;
	border-top: 1px solid #efefef;
}