.table>tbody>tr>td
,.table>tbody>tr>th
,.table>tfoot>tr>td
,.table>tfoot>tr>th
,.table>thead>tr>td
,.table>thead>tr>th 
{
    border-top: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.table-market-technicals > tbody > tr > td
,.table-market-technicals > thead > tr > th
,.table-market-technicals >  tbody > tr > th

,.table-sector-industry > tbody > tr > td
,.table-sector-industry > thead > tr > th
,.table-sector-industry >  tbody > tr > th

,.table-quick-picks > tbody > tr > td
,.table-quick-picks > thead > tr > th
,.table-quick-picks >  tbody > tr > th
{
    text-align: center;
}


.table-quick-picks > tbody > tr > td:first-child
,.table-quick-picks > thead > tr > th:first-child
,.table-quick-picks >  tbody > tr > th:first-child
{
    text-align: left;
}



tr.row-selected > td
{
    background-color: #FFFF9C;
 /*   color: #fff; */
}

tr.row-selected > td >a
{
/*    color: #fff; */
}


