#TID0396108315 { 	
	--MinWidth: 375px;
	--MaxWidth: 1500px;

	--FontFamily: DM-Sans-Regular, Arial, Verdana, sans-serif;

	--BGColorWidget: transparent;
	--FontColorWidget: #FFFFFF;

	--BGColorChart: #003366;
	--FontColorChart: #FFFFFF;

	--BGColorColHead: transparent;
	--FontColorColHead: #FFFFFF;

	--FontColorUp: #007500;
	--FontColorDown: #930000;
	--FontColorFlat: #052C1F;

	--AccentColor: #55E0A3;
	
	--TableHeaderBorderColor: #FFFFFF;

	--FontColorCopyright: #FFFFFF;
	
		/* hard coded */
	--BGColorSelected: #EEEEEE;	
}

* { 
	box-sizing: border-box; 
}

#TID0396108315 a {
    text-decoration: none;
}

body {
	/*this needs to be on when widget viewed by itself */
	 /* remove if on Squarespace */
	container-type: inline-size;
	container-name: body;
}
.tfcWidget{
	container-type: inline-size;
	container-name: tfcWidget;
	/*text-align: center;*/
}

#TID0396108315.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: 20px;
	/* disable rollover */
	/* pointer-events: none; */
	text-transform: uppercase;
	letter-spacing: 1px;
}
#TID0396108315 .titleContainer {
	/* display: none; */
	/* background-color: var(--BGColorChart); */
    color: var(--FontColorChart);
	line-height: 1;
	width: 100%;
    order: 0;
    font-size: 1.8em;
    /* font-weight: bold; */
    text-align: left;
    text-transform: none;
	padding-left: 0;
	padding-bottom: 25px;
	padding-top: 0;
    padding-right: 0;
	letter-spacing: normal;
}
#TID0396108315 #todaysDate {
	font-size: 1.8em;
    padding-left: .5em;
	white-space: nowrap;
	/* text-align: center; */
	/* display: none; */
}

#TID0396108315 #chartContainer {
	width: 100%;
	background-color: var(--BGColorChart);
	padding: 0 .4em;
}
#TID0396108315 #chartTD, #TID0396108315 #chartImage {	
	width: 100%;
}
#TID0396108315 #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;
}

#TID0396108315 .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;
}
#TID0396108315 .timeframeButton.pushed {
	background-color: var(--FontColorChart);
	color: var(--BGColorChart);
	opacity: 1;
}
#TID0396108315 #TableRows {
	width: 100%;
	display: flex;
    flex-direction: column;
    order: 3;    
	/* margin-top: .4em !important;		 */
	/* padding: 0 .4em !important; */
}
#TID0396108315 #TableHeaderRow {
	display: none;
    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;
}
#TID0396108315 .Section {
	margin: .4em 0;
	/* -webkit-box-shadow: 0px 2px 7px rgb(192 192 192 / 50%); */

}
#TID0396108315 .sectionBreakRow {
	padding: 0 .4em;
	padding-left: 0 !important;
	padding-top: 25px !important;
	/* font-weight: bold; */
	font-size: .9em;
	margin-top: .8px;
}

#TID0396108315 .sectionBreak {
	padding: .4em;
	text-align: left;
	width: 100%;
	/* background-color: #215260; */
    color: var(--FontColorChart);	
	margin-bottom: .4em;
}
#TID0396108315 .sectionBreakLine, #TID0396108315 .footerLine {
	width: 100%;
	border: solid 1px var(--BGColorChart);
	height: 1px;
	padding: 0;
	margin-top: .4em;
	margin-bottom: .4em;
}
#TID0396108315 .TableRow {
	line-height: 1.5;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
	padding: 0;
	align-items: center;
	border: none;
	cursor: pointer;
	border-bottom: 1px solid #FFFFFF;
}
#TID0396108315 .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;
}
#TID0396108315 [class^="widgetTableCell field"] {
	text-align: right;
	font-size: 1em;
	padding-left: 0 !important;
	padding-right: 0;
	padding-top: .2em;
	padding-bottom: .2em;
}
#TID0396108315 [class^="widgetTableCell header"] {
	text-align: right;
	white-space: nowrap;
	padding: 0;
}
#TID0396108315 .valPrefix, #TID0396108315 .valSuffix{
	display: none;
}
#TID0396108315 .down {
	color: var(--FontColorWidget);
}
#TID0396108315 .up {
	color: var(--FontColorWidget);
}
#TID0396108315 .flat {
	color: var(--FontColorWidget);
}
#TID0396108315 .even {
}
#TID0396108315 .odd {
}
#TID0396108315 .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;
}
#TID0396108315 .selected .up, #TID0396108315 .selected .down, #TID0396108315 .selected .flat {
	/* color: inherit; */
}
#TID0396108315 .col1 {
	padding-left: 0 !important;
	min-width: 1em;
	text-align: left !important;
    white-space: nowrap;	
	justify-content: flex-start;
}
#TID0396108315 .col10 {	
	padding-right: .4em;
}
#TID0396108315 .field11 {
	/* 52 high */
	/* color: var(--FontColorUp) !important; */
}
#TID0396108315 .field12 {
	/* 52 low */
	/* color: var(--FontColorDown) !important; */
}
#TID0396108315 .col12 {
	padding-right: .4em !important;
}
#TID0396108315 #footerLineContainer {
	width: 100%;
	order: 4;
	display: none;
	padding: 0;
    margin: 0;
}
#TID0396108315 #messageContainer, #TID0396108315 #TimeStampContainer, #TID0396108315 #copyrightContainer {
		color: var(--FontColorWidget);
		width: 100%;
		font-size: .65em;
		text-align: center;
		line-height: 1.5;
		padding: .2em;
}
#TID0396108315 #messageContainer {
	/* display: none; */
	order: 5;
}
#TID0396108315 #TimeStampContainer {
	display: inline;
    order: 6;
    text-align: center;
	font-size: .5em;
}
#TID0396108315 #TimeStamp {
	width: 100%;
}
#TID0396108315 #copyrightContainer {
	order: 6;
}
#TID0396108315 #copyright {
	color: var(--FontColorCopyright);
	width: 100%;
	font-size: .7em;
	text-align: center;
	padding-bottom: .5em;
	white-space: nowrap;
}
	
#TID0396108315 .getWidget {
	font-size: 1em;
}
#TID0396108315 #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;
}

/* #TID0396108315 .col2.flat:before {	 */
	/* content: '-'; */
	/* color: var(--FontColorFlat); */
    /* font-size: 1.5em; */
    /* position: relative; */
	/* top: -2px; */
    /* padding: 0 .4em; */
/* } */
/* #TID0396108315 .col2.down:before { */
    /* content: 'arrow_drop_down'; */
    /* color: var(--FontColorDown); */
    /* font-size: 1.5em; */
    /* position: relative; */
    /* font-family: 'Material Symbols Outlined' !important; */
	/* top: 7px; */
/* } */
/* #TID0396108315 .col2.up:before { */
    /* content: 'arrow_drop_up'; */
    /* color: var(--FontColorUp); */
    /* font-size: 1.5em; */
    /* position: relative; */
    /* font-family: 'Material Symbols Outlined' !important; */
	/* top: 7px; */
/* } */

/* #TID0396108315 .material-symbols-outlined { */
  /* font-variation-settings: */
  /* 'FILL' 0, */
  /* 'wght' 500, */
  /* 'GRAD' -25, */
  /* 'opsz' 48 */
/* } */