#centre-listing-container {
	padding: 20px 0 0 0;	
}

.centre-listing-record {
	border-bottom: 1px #cdd3d8 solid;
	padding: 10px 0;
}

	.centre-listing-record h3 a {
		font-size: 16px;
		text-decoration: none;
		color: #2f4552;
	}
	
		.centre-listing-record h3 a:hover {
			text-decoration: underline;
		}
		
	.listing-edit-buttons {
		padding: 5px 0 0 0;
	}
	
		.listing-edit-buttons a {
			font-size: 10px;
			text-decoration: none;
			padding: 0 2px;
		}
		
		.listing-edit-buttons a.edit {
			color: #fff;
			background: #06760a;
		}
		
		.listing-edit-buttons a.select {
			color: #fff;
			background: #ff6c00;
		}
		
		.listing-edit-buttons a.remove {
			color: #fff;
			background: #c20000;
		}
		
.pagination {
	padding: 20px 0 10px 0;
}

.pagination a {
	color: #2f4552;
	text-decoration: none;
	padding: 0 3px;
}

.pagination a:hover {
	text-decoration: underline;	
}

.pagination a.on {
	color: #fff;
	background: #2f4552;
}