/* Custom CSS from the Support team. */

/*
*  Ticket 8458021
*  Link colors in news popup were black - should be orange.
*  08/25/16 - James B
*/

.ui-widget-content a {
    color: #f57b20;
}

.ui-widget-content a:hover {
    color: #000;
}

/* End Section */