:root { 	
	--MinWidth: unset;
	--MaxWidth: 2500px;

	--FontFamily: neue-montreal, "Neue Montreal", Arial, Verdana, sans-serif;

	--BGColorWidget: #000000;
	--FontColorWidget: #F5EDE3;

	--BGColorChart: #000000;
	--FontColorChart: #F5EDE3;

	--BGColorColHead: #000000;
	--FontColorColHead: #F5EDE3;

	--FontColorUp: #6BD36F;
	--FontColorDown: #E81212;
	--FontColorFlat: #FFFFFF;

	--AccentColor: #ACB09E;
	
	--TableHeaderBorderColor: #000000;

	--FontColorCopyright: #F5EDE3;
	
		/* hard coded */
	--BGColorSelected: #EEEEEE;	
}

* { 
	box-sizing: border-box; 
}

#TID0379308252 a {
    text-decoration: none !important;
	/* color: var(--FontColorWidget) !important; */
}

body {
	/*this needs to be on when widget viewed by itself */
	 /* remove if on Squarespace or Webflow */
	container-type: inline-size;
	container-name: body;
	/* visibility: hidden; */
}
.tfcWidget{
	container-type: inline-size;
	container-name: tfcWidget;
	/*text-align: center;*/
}

#TID0379308252.widgetContainer {
	min-width: var(--MinWidth);
	max-width: var(--MaxWidth);
	flex-flow: column;
	justify-content: space-between;
	font-family: var(--FontFamily);
    /* background-color: var(--BGColorWidget); */
	background-color: rgba(20, 20, 21, 0.95);
	color: var(--FontColorWidget);
	/* font-size: 20pt; */
	font-size: 1em;
    display: flex;
	margin: auto;
	/* border: solid 1px var(--FontColorWidget); */
	font-weight: 530;    		
	container-type: inline-size;
	container-name: widget;
	padding: .1em;
	/* disable rollover */
	/* pointer-events: none; */
	visibility: visible !important;
}
#TID0379308252 .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;
}
#TID0379308252 #todaysDate {
	font-size: 1.5em;
    /* padding-left: .5em; */
	padding-top: .4em;
	white-space: nowrap;
	/* text-align: center; */
	/* display: none; */
}
#TID0379308252 #chartContainer {
	width: 100%;
	height: fit-content;
	/* background-color: var(--BGColorChart); */
	padding: 0 .4em;
}
#TID0379308252 #chartTD, #TID0379308252 #chartImage {	
	width: 100%;
	cursor: default !important;
	/* padding-top: 7px; */
}
#TID0379308252 #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;
}

#TID0379308252 .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;
}
#TID0379308252 .timeframeButton.pushed {
	background-color: #DAD9C9;
	color: var(--BGColorChart);
	opacity: 1;
}
#TID0379308252 #TableRows {
	width: 100%;
	display: flex;
    flex-direction: column;
    order: 3;    
	/* margin-top: .4em !important;		 */
	/* padding: 0 .4em !important; */
}
#TID0379308252 #TableHeaderRow {
	display: flex;
    flex-wrap: nowrap;
    width: 100%;
    /* background-color: var(--BGColorColHead); */
    color: var(--FontColorColHead);
    /* font-size: 25pt; */
	font-size: .9em;
    font-weight: 800;
	line-height: 1.7;
	padding: 0 .4em;
}
#TID0379308252 .Section {
	margin: .4em 0;
	/* -webkit-box-shadow: 0px 2px 7px rgb(192 192 192 / 50%); */
	border-bottom: 1pt solid #64645E;

}
#TID0379308252 .sectionBreakRow {
	padding: 0 .4em;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: .8px;
}

#TID0379308252 .sectionBreak {
	padding: .4em;
	text-align: left;
	width: 100%;
	/* background-color: var(--FontColorColHead); */
    /* color: var(--BGColorColHead);	 */
	margin-bottom: .4em;
}
#TID0379308252 .sectionBreakLine, #TID0379308252 .footerLine {
	width: 100%;
	/* border: solid 1px var(--BGColorChart); */
	height: 1px;
	padding: 0;
	margin-top: .4em;
	margin-bottom: .4em;
}
#TID0379308252 .TableRow {
	line-height: 1.5;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
	padding: 0;
	align-items: center;
	border: none;
	cursor: pointer;
}
#TID0379308252 .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;
}
#TID0379308252 [class^="widgetTableCell field"] {
	text-align: right;
	/* font-size: 1em; */
	padding-left: 0;
	padding-right: 0;
	padding-top: .2em;
	padding-bottom: .2em;
}
#TID0379308252 [class^="widgetTableCell header"] {
	text-align: right;
	white-space: nowrap;
	padding: 0;
}
#TID0379308252 .valPrefix, #TID0379308252 .valSuffix{
	display: none;
}
#TID0379308252 .down {
	/* color: var(--FontColorDown); */
}
#TID0379308252 .up {
	/* color: var(--FontColorUp); */
}
#TID0379308252 .flat {
	/* color: var(--FontColorFlat); */
}
#TID0379308252 .even {
}
#TID0379308252 .odd {
}
#TID0379308252 .selected {
	font-weight: bold !important;
	background-color: #DAD9C9;
	/* color: var(--BGColorWidget); */
	color: #000000 !important;
	/* border: 1px solid var(--AccentColor) !important; */
	/* padding: 0 .2em; */
	margin: 0 !important;
}
#TID0379308252 .selected .up, #TID0379308252 .selected .down, #TID0379308252 .selected .flat {
	/* color: inherit; */
}
#TID0379308252 .col1 {
	padding-left: .4em !important;
	/* min-width: 10em; */
	text-align: left !important;
    white-space: nowrap;	
	justify-content: flex-start;
}
#TID0379308252 .col10 {	
	padding-right: .4em;
}
/* #TID0379308252 .field2 { */
	/* timestamp */
	/* font-size: 15pt; */
	/* font-size: .7em; */
	/* white-space: nowrap; */
/* } */
#TID0379308252 .field12 {
	/* 52 low */
	/* color: var(--FontColorDown) !important; */
}
#TID0379308252 .col12 {
	padding-right: .4em !important;
}
#TID0379308252 #footerLineContainer {
	width: 100%;
	order: 4;
	display: none;
	padding: 0;
    margin: 0;
}
#TID0379308252 #messageContainer, #TID0379308252 #TimeStampContainer, #TID0379308252 #copyrightContainer {
	color: var(--FontColorWidget);
	width: 100%;
	font-size: .65em;
	text-align: center;
	line-height: 1.5;
    padding: .2em;
}
#TID0379308252 #messageContainer {
	/* display: none; */
	order: 5;
}
#TID0379308252 #TimeStampContainer {
	display: inline;
    order: 6;
    text-align: center;
	padding-top: 20px;
}
#TID0379308252 #TimeStamp {
	width: 100%;
}
#TID0379308252 #copyrightContainer {
	order: 6;
}
#TID0379308252 #copyright {
	color: var(--FontColorCopyright);
	width: 100%;
	font-size: .7em;
	text-align: center;
	padding-bottom: .5em;
	white-space: nowrap;
}
	
#TID0379308252 .getWidget {
	font-size: 1em;
}
#TID0379308252 #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;
}

/* #TID0379308252 .col2.flat:before {	 */
	/* content: '-'; */
	/* color: var(--FontColorFlat); */
    /* font-size: 1.5em; */
    /* position: relative; */
	/* top: -2px; */
    /* padding: 0 .4em; */
/* } */
/* #TID0379308252 .col2.down:before { */
    /* content: 'arrow_drop_down'; */
    /* color: var(--FontColorDown); */
    /* font-size: 1.5em; */
    /* position: relative; */
    /* font-family: 'Material Symbols Outlined' !important; */
	/* top: 7px; */
/* } */
/* #TID0379308252 .col2.up:before { */
    /* content: 'arrow_drop_up'; */
    /* color: var(--FontColorUp); */
    /* font-size: 1.5em; */
    /* position: relative; */
    /* font-family: 'Material Symbols Outlined' !important; */
	/* top: 7px; */
/* } */

#TID0379308252 .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' -25,
  'opsz' 48
}