#TID0396708322 { 	
	--MinWidth: 320px;
	--MaxWidth: 1500px;

	--FontFamily: Montserrat, Arial, Verdana, sans-serif;

	--BGColorWidget: #003D59;
	--FontColorWidget: #FFFFFF;
	--FontColorSecondary: #62B5D0;

	--BGColorChart: #FFFFFF;
	--FontColorChart: #003D59;

	--BGColorColHead: transparent;
	--FontColorColHead: #364E7E;

	--FontColorUp: #007500;
	--FontColorDown: #930000;
	--FontColorFlat: #052C1F;

	--AccentColor: #55E0A3;
	
	--TableHeaderBorderColor: #364E7E;

	--FontColorCopyright: #C0C0C0;
	
		/* hard coded */
	--BGColorSelected: #EEEEEE;	
}

#TID0396708322 a {
	box-sizing: border-box; 
    text-decoration: none !important;
	/*color: var(--FontColorWidget) !important;*/
	color: unset !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;
}
#TID0396708322.tfcWidget{
	container-type: inline-size;
	container-name: tfcWidget;
	/*text-align: center;*/
}

#TID0396708322.widgetContainer {
	min-width: var(--MinWidth);
	max-width: var(--MaxWidth);
	flex-flow: column;
	justify-content: space-between;
	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;
}
#TID0396708322 .titleContainer {
	background-color: var(--BGColorChart);
    color: var(--FontColorColHead);
	line-height: 1;
	/* width: 100%; */
    order: 0;
	padding: .4em;
	padding-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}
#TID0396708322 #todaysDate {
	font-size: 1.5em;
    /* padding-left: .5em; */
	padding-top: .4em;
	white-space: nowrap;
	/* text-align: center; */
	/* display: none; */
}
#TID0396708322 #chartContainer {
	/* width: 100%; */
	height: fit-content;
	background-color: var(--BGColorChart);
	padding: 0 .4em;
}
#TID0396708322 #chartTD, #TID0396708322 #chartImage {	
	width: 100%;
}
#TID0396708322 #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;
}

#TID0396708322 .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;
}
#TID0396708322 .timeframeButton.pushed {
	background-color: var(--FontColorChart);
	color: var(--BGColorChart);
	opacity: 1;
}
#TID0396708322 #TableRows {
	width: 100%;
	display: flex;
    flex-direction: row;
    order: 3;    
	/* disable rollover */
	pointer-events: none;

	/* margin-top: .4em !important;		 */
	/* padding: 0 .4em !important; */
}
#TID0396708322 #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;
}
#TID0396708322 .Section {
	margin: .4em 0;
	-webkit-box-shadow: 0px 2px 7px rgb(192 192 192 / 50%);

}
#TID0396708322 .sectionBreakRow {
	padding: 0 .4em;
	font-weight: bold;
	font-size: .9em;
	margin-top: .8px;
}

#TID0396708322 .sectionBreak {
	padding: .4em;
	text-align: left;
	width: 100%;
	background-color: var(--BGColorColHead);
    color: var(--FontColorColHead);	
	margin-bottom: .4em;
}
#TID0396708322 .sectionBreakLine, #TID0396708322 .footerLine {
	width: 100%;
	border: solid 1px var(--BGColorChart);
	height: 0px;
	padding: 0;
	margin-top: .4em;
	margin-bottom: .4em;
}
#TID0396708322 .TableRow {
	line-height: 1.5;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* width: 100%; */
	padding: 0;
	align-items: center;
	border: none;
	cursor: pointer;
}
#TID0396708322 .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;
	cursor: pointer;
}
#TID0396708322 [class^="widgetTableCell field"] {
	text-align: right;
	font-size: 32px;
	padding-left: 0;
	padding-right: 0;
	padding-top: .2em;
	padding-bottom: .2em;
}
#TID0396708322 [class^="widgetTableCell header"] {
	text-align: right;
	white-space: nowrap;
	padding: 0;
}
#TID0396708322 .valPrefix, #TID0396708322 .valSuffix{
	display: none;
}
/*
#TID0396708322 .down {
	color: var(--FontColorDown);
}
#TID0396708322 .up {
	color: var(--FontColorUp);
}
#TID0396708322 .flat {
	color: var(--FontColorFlat);
}*/
#TID0396708322 .even {
}
#TID0396708322 .odd {
}
/*#TID0396708322 .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;
}*/
#TID0396708322 .selected .up, #TID0396708322 .selected .down, #TID0396708322 .selected .flat {
	/* color: inherit; */
}
#TID0396708322 .col1 {
	/*padding-left: .4em !important;*/
	/* min-width: 10em; */
	text-align: left !important;
    white-space: nowrap;	
	justify-content: flex-start;
}
#TID0396708322 .col10 {	
	padding-right: .4em;
}
#TID0396708322 .field11 {
	/* 52 high */
	/* color: var(--FontColorUp) !important; */
}
#TID0396708322 .field12 {
	/* 52 low */
	/* color: var(--FontColorDown) !important; */
}
#TID0396708322 .col12 {
	padding-right: .4em !important;
}
#TID0396708322 #footerLineContainer {
	width: 100%;
	order: 4;
	display: none;
	padding: 0;
    margin: 0;
}
#TID0396708322 #messageContainer, #TID0396708322 #TimeStampContainer, #TID0396708322 #copyrightContainer {
	color: var(--FontColorWidget);
	width: 100%;
	font-size: 35%;
	text-align: center;
	line-height: 1.5;
    padding: .2em;
}
#TID0396708322 #messageContainer {
	/* display: none; */
	order: 5;
}
#TID0396708322 #TimeStampContainer {
	display: block;
    order: 6;
    text-align: center;
}
#TID0396708322 #TimeStamp {
	width: 100%;
}
#TID0396708322 #copyrightContainer {
	order: 6;
}
#TID0396708322 #copyright {
	color: var(--FontColorCopyright);
	width: 100%;
	font-size: 1em;
	text-align: center;
	padding-bottom: .5em;
	white-space: nowrap;
}
	
#TID0396708322 .getWidget {
	font-size: 1em;
}
#TID0396708322 #dataButton {
	vertical-align: middle;
	text-align: right;
	padding: 0;
	float: right;
}
#preview, .preview_TIDxxxxxxxxxx {
	position: absolute;
	background-color: #003366;
	padding: .4em;
	/* display: none; */
	color: #FFFFFF;
	z-index: 99999;
	filter: none;
	/* make white charts grayscale */
	/* filter: saturate(0); */
}

#TID0396708322 .field1 {
    order: 2;
    /* color: var(--FontColorUp) !important; */
}

/*#TID0396708322 .col2.flat:before {	
	content: '-';
	color: var(--FontColorFlat);
    font-size: 1.5em;
    position: relative;
	top: -2px;
    padding: 0 .4em;
}
#TID0396708322 .col2.down:before {
    content: 'arrow_drop_down';
    color: var(--FontColorDown);
    font-size: 1.5em;
    position: relative;
    font-family: 'Material Symbols Outlined' !important;
	/* top: 7px; 
}*/
/*#TID0396708322 .col2.up:before {
    content: 'arrow_drop_up';
    color: var(--FontColorUp);
    font-size: 1.5em;
    position: relative;
    font-family: 'Material Symbols Outlined' !important;
	/* top: 7px; 
}

#TID0396708322 .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' -25,
  'opsz' 48
}*/