/* CSS Document */


.psm_ticker_selection {
	font-size: 14px;
	line-height: 1.3;
}

/* fix color of CPR selection */
#cprselect01 .acf-input {
	color: #000000;
}

/* 
form_attributes='class|acf-form psm_ticker_selection'
*/

table.dataTable  {
	background-color: #ffffff;
	color: #000000;
}

table.dataTable thead th.psm_ticker_table_header {
	text-align: center;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover {
	background-imageZZZ: url(_images/Sort-Hover-Asc.webp);
	background-color: #D8D9EB;
}

table.dataTable tr td.psm_ticker_data {
	text-align: center;
}
table.dataTable tr td.psm_currency_1dec,
table.dataTable tr td.psm_currency_2dec {
	text-align: right;
}



