.aui .DFMC-Supplier-Self-Service-portlet {
	.table {
		font-size: 13px;
	}
		
	.table thead th {
		text-align: center;
	}
		
	.table td.text-right {
		text-align: right;
	}
	
	.table td.bg-success, .aui .table-striped tbody>tr:nth-child(odd)>td.bg-success {
	    background-color: #dff0d8;
	}
	
	.col-text-center {
		text-align: center;
	}
	
}