	td.cell-center {
		text-align: center;
	}

	td.text-muted {
		color: #b0b0b0 !important;
	}

	td.text-success {
		color: #40a000 !important;
	}

	.th-table th {
		font-weight: bold !important;
	}

	.th-table .list:not(.table-responsive) > table > tbody > tr > td {
		width: auto !important;
	}

	.th-table.table-zebra > tbody > tr:nth-child(odd),
	.th-table tbody.zebra tr:nth-child(odd) {
		background: #f0f0f0;
	}

	#pm-list-pn-postspam-search-text-any {
		display: none;
	}

	#pm-list-pn-postspam-container .actions-box-search-show .search-box {
		display: block;
	}

	#pm-list-pn-postspam-container .search-box li > div > span {
		font-size: 80%;
		font-weight: bold;
	}

	#pm-list-pn-postspam-container .search-box li > div > select {
		width: 88px;
	}

	#pm-list-pn-postspam-container .s-btn.sb-search-hide::before,
	#pm-list-pn-postspam-container .s-btn.sb-search-show::before {
		font-family: "FontAwesome";
		font-size: 21px;
		font-weight: normal;
		background: none;
		vertical-align: middle;
		line-height: 18px;
	}

	#pm-list-pn-postspam-container .s-btn.sb-search-hide::before {
		content:"\f010";
		color: #8e8e8e;
	}

	#pm-list-pn-postspam-container .s-btn.sb-search-show::before {
		content:"\f00e";
		color: #5e5e5e;
	}

