.panTable
{
    font-size: 10px;
    font-family: Arial;
    color: #FFFFFF;
    overflow-y: hidden; 
    overflow-x: hidden;
}

.tfcWidget a {
	box-sizing: border-box; 
    text-decoration: none !important;
	color: unset !important;
}

.tile
{
	margin: 0px;
}

.symbolName
{
    font-weight:bold;
    float:left;
}

.quotes
{
	float:left;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid #FFFFFF;
    	/*background-color: #000000;*/
}

.symbolValue
{
	margin-left: 10px;	
	display: block;
	float:right;
	font-weight: bold;
}

.symbolChg
{
    float:left;
   	padding-right: 10px;
}

.symbolChgPCT
{
    float:right;
}
	
.arrows
{
	margin-right: 0px;
	margin-left: 2px;
	margin-top: 0px;
    	background-color: transparent;
	/*vertical-align: middle;*/
}

.timestamp
{
	display: inline-block;
	font-size: 11px;
	padding: 3px;
}

.message
{
	display: flex;
	/*padding: 3px;*/
	justify-content: center;
     text-align: center;
}

a.no_preview {
 	color: inherit;
}

#no_preview {
	position: absolute;
	padding: 2px;
	display: none;
}

a.preview {
 	color: inherit;
}

#preview {
	position: absolute;
	padding: 2px;
	display: none;
}

/* PANEL SCROLLING */
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;

}

div.scrollableArea
{
	position: relative;
	width: auto;
	
}	
	
		#scrollingText
		{
			width:100%;			
			position: relative;
			display: block;
		}
		
		#scrollingText .tile {
			position: relative;
			float: left;
			display: block;

			margin: 0px;
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
		
#previewImage {
	border: solid 2px #003366 !important;	
}