:root { 	
	--MinWidth: unset;
	--MaxWidth: 600px;

	--FontFamily: Roboto, Arial, Verdana, sans-serif;

	--BGColorWidget: transparent;
	--FontColorWidget: #262626;

	--BGColorChart: #262626;
	--FontColorChart: #262626;

	--BGColorColHead: transparent;
	--FontColorColHead: #262626;

	--FontColorUp: #6D9E00;
	--FontColorDown: #9D0912;
	--FontColorFlat: #262626;

	--AccentColor: #262626;
	
	--TableHeaderBorderColor: #262626;

	--FontColorCopyright: #262626;
	
		/* hard coded */
	--BGColorSelected: #EEEEEE;	
}

* { 
	box-sizing: border-box; 
}

#TID0386808196 a {
    text-decoration: none;
}

body {
	/*this needs to be on when widget viewed by itself */
	container-type: inline-size;
	container-name: body;
}
.tfcWidget{
	container-type: inline-size;
	/*container-name: tfcWidget;*/
	/*text-align: center;*/
}

#TID0386808196.widgetContainer {
	min-width: var(--MinWidth);
	/* max-width: var(--MaxWidth); */
	flex-flow: column;
	justify-content: space-evenly;
	font-family: var(--FontFamily);
    background-color: var(--BGColorWidget);
	color: var(--FontColorWidget);
	font-size: 1em;
    display: flex;
	margin: auto;
	/* border: solid 1px var(--FontColorWidget); */
	font-weight: normal;    	
	container-type: inline-size;
	container-name: widget;
	padding: .1em;
	/* disable rollover */
	/* pointer-events: none; */
}
#TID0386808196 .titleContainer {
	background-color: var(--BGColorChart);
    color: var(--FontColorChart);
	line-height: 1;
	width: 100%;
    order: 0;
	padding: .4em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}
#TID0386808196 #todaysDate {
	font-size: 1.8em;
    padding-left: .5em;
	white-space: nowrap;
	/* text-align: center; */
	/* display: none; */
}

#TID0386808196 #chartContainer {
	width: 100%;
	background-color: var(--BGColorChart);
	padding: 0 .4em;
}
#TID0386808196 #chartTD, #TID0386808196 #chartImage {	
	width: 100%;
}
#TID0386808196 #timeframeButtons {
	width: 100%;
	margin: auto;
	padding: 0 .4em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	white-space:nowrap;
	padding: .4em 0 !important;
}

#TID0386808196 .timeframeButton {
	line-height: 2.5;
	flex-grow: 1;
	text-align: center;
	display: inline-block;
	color: var(--FontColorChart);
	cursor: pointer;
	background-color: var(--BGColorChart);
	border: solid 1px var(--FontColorChart);
	opacity: .5;
}
#TID0386808196 .timeframeButton.pushed {
	background-color: var(--FontColorChart);
	color: var(--BGColorChart);
	opacity: 1;
}
#TID0386808196 #TableRows {
	width: 100%;
	display: flex;
    flex-direction: column;
    order: 3;    
	/* margin-top: .4em !important;		 */
	/* padding: 0 .4em !important; */
}
#TID0386808196 #TableHeaderRow {
	display: flex;
    flex-wrap: nowrap;
    width: 100%;
    background-color: var(--BGColorColHead);
    color: var(--FontColorColHead);
    font-size: .95em;
    font-weight: bold;
	line-height: 1.7;
	padding: 0 .4em;
}
#TID0386808196 .Section {
	margin: .4em 0;
	-webkit-box-shadow: 0px 2px 7px rgb(192 192 192 / 50%);

}
#TID0386808196 .sectionBreakRow {
	padding: 0 .4em;
	font-weight: bold;
	font-size: .9em;
	margin-top: .8px;
}

#TID0386808196 .sectionBreak {
	padding: .4em;
	text-align: left;
	width: 100%;
	background-color: var(--BGColorColHead);
    color: var(--FontColorColHead);	
	margin-bottom: .4em;
}
#TID0386808196 .sectionBreakLine, #TID0386808196 .footerLine {
	width: 100%;
	border: solid 1px var(--BGColorChart);
	height: 1px;
	padding: 0;
	margin-top: .4em;
	margin-bottom: .4em;
}
#TID0386808196 .TableRow {
	line-height: 1.5;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
	padding: 0;
	align-items: center;
	border: none;
	cursor: pointer;
}
#TID0386808196 .widgetTableCell {
	flex-grow: 1;
	width: 100%;
	list-style: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	align-items: center;
	justify-content: end;
	display: flex;
	height: 24px;	
	margin: 0 10px;
}
#TID0386808196 [class^="widgetTableCell field"] {
	text-align: right;
	font-size: 1em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.4em;
    padding-bottom: 1.3em;
	border-top: 1px solid var(--FontColorWidget);
}
#TID0386808196 [class^="widgetTableCell header"] {
	text-align: right;
	white-space: nowrap;
	padding: 0;
}
#TID0386808196 .valPrefix, #TID0386808196 .valSuffix{
	display: none;
}
#TID0386808196 .down {
	color: var(--FontColorDown);
}
#TID0386808196 .up {
	color: var(--FontColorUp);
}
#TID0386808196 .flat {
	color: var(--FontColorFlat);
}
#TID0386808196 .field2.down {
	color: var(--FontColorFlat);
}
#TID0386808196 .field2.up {
	color: var(--FontColorFlat);
}
#TID0386808196 .field2.flat {
	color: var(--FontColorFlat);
}
#TID0386808196 .even {
}
#TID0386808196 .odd {
}
#TID0386808196 .selected {
	font-weight: bold !important;
	/* background-color: var(--BGColorSelected); */
	/* color: var(--FontColorSelected); */
	border: 1px solid var(--AccentColor) !important;
	/* padding: 0 .2em; */
	margin: .4em 0 !important;
}
#TID0386808196 .selected .up, #TID0386808196 .selected .down, #TID0386808196 .selected .flat {
	/* color: inherit; */
}
#TID0386808196 .col1 {
	padding-left: .4em !important;
	/* min-width: 10em; */
	text-align: left !important;
    white-space: nowrap;	
	justify-content: flex-start;
}
#TID0386808196 .col10 {	
	padding-right: .4em;
}
#TID0386808196 .field11 {
	/* 52 high */
	/* color: var(--FontColorUp) !important; */
}
#TID0386808196 .field12 {
	/* 52 low */
	/* color: var(--FontColorDown) !important; */
}
#TID0386808196 .col12 {
	padding-right: .4em !important;
}
#TID0386808196 #footerLineContainer {
	width: 100%;
	order: 4;
	display: none;
	padding: 0;
    margin: 0;
}
#TID0386808196 #messageContainer, #TID0386808196 #TimeStampContainer, #TID0386808196 #copyrightContainer {
	color: var(--FontColorWidget);
	width: 100%;
	font-size: .65em;
	text-align: center;
	line-height: 1.5;
    padding: .2em;
}
#TID0386808196 #messageContainer {
	/* display: none; */
	order: 5;
}
#TID0386808196 #TimeStampContainer {
	display: inline;
    order: 6;
    text-align: center;
}
#TID0386808196 #TimeStamp {
	width: 100%;
}
#TID0386808196 #copyrightContainer {
	order: 6;
}
#TID0386808196 #copyright {
	color: var(--FontColorCopyright);
	width: 100%;
	font-size: .7em;
	text-align: center;
	padding-bottom: .5em;
	white-space: nowrap;
}
	
#TID0386808196 .getWidget {
	font-size: 1em;
}
#TID0386808196 #dataButton {
	vertical-align: middle;
	text-align: right;
	padding: 0;
	float: right;
}
#preview {
	position: absolute;
	background-color: var(--BGColorChart);
	padding: .4em;
	display: none;
	color: var(--FontColorChart);
	z-index: 99999;
}

#TID0386808196 .col2.flat:before {	
	content: '-';
	color: var(--FontColorFlat);
    font-size: 1.5em;
    position: relative;
	top: -2px;
    padding: 0 .4em;
}
#TID0386808196 .col2.down:before {
    content: 'expand_more';
    color: var(--FontColorDown);
    font-size: 1.5em;
    position: relative;
    font-family: 'Material Symbols Outlined' !important;
	/* top: 7px; */
}
#TID0386808196 .col2.up:before {
    content: 'expand_less';
    color: var(--FontColorUp);
    font-size: 1.5em;
    position: relative;
    font-family: 'Material Symbols Outlined' !important;
	/* top: 7px; */
}

#TID0386808196 .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' -25,
  'opsz' 48
}