#content ul.paginator {
    text-align: center;
}

@media (max-width: 772px) {
	table .bb-list-id,
	table .bb-list-read-count, 
	table .bb-list-files {
		display: none;
	}
}
@media (max-width: 659px) {
	table .bb-list-id,
	table .bb-list-read-count, 
	table .bb-list-files {
		display: none;
	}
	th.bb-list-author {
		width: 15% !important;
	}
	th.bb-list-publish-date {
		width: 26% !important;
	}
}
@media (max-width: 345px) {
	div.bb-search input {
		width: 175px !important;
	}
	#content-main td.bb-list-title a {
		font-size: 90%;
	}
	table td.bb-list-author,
	table td.bb-list-publish-date {
		font-size: 80%;
	}
}