.list{
	min-width: 200px;
	margin: auto;
	font-size: 12px;
}
.list .table{
	border-spacing: 0px;
}
.list .search{
	margin-bottom: 20px;
	margin-left: 5px;
}
.list .headers{
	display: table-header-group;
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}
.list .rows{
	display: table-row-group;
}
.list .rows .row{
	display: table-row;
}
.list .cell{
	display: table-cell;
	padding: 10px 15px;
	vertical-align: middle;
}
.list .row:not(:last-child) .cell, .list .headers .cell{
	border-bottom: 1px solid #eee;
}
.list .cell div:not(:last-child){
	padding-bottom: 4px;
}
.list .rows .row .cell{
	color: #000;
}
.list .rows .row a.cell:hover, .list .rows .row .cell.clickable:hover{
	background-color: rgba(0, 0, 0, 0.04);
	cursor: pointer;
}
.list .rows .row .cell.centered{
	text-align: center;
}
.list .rows .row .cell.links a{
	display: block;
}
.list .rows .row .cell img{
	width: 15px;
	vertical-align: middle;
}