#TID0382308150 a {
	text-decoration: none;
}
#TID0382308150.widgetContainer {
	max-width: unset !important;
	min-width: unset !important;
	background-color: var(--BGColorWidget);
	color: var(--FontColorWidget);
	/* font-size: .8em; */
	font-weight: normal;
	padding: 0;
	border: none;
	display: flex;
    flex-direction: row;
    justify-content: start;
}
#TID0382308150 #todaysDate {
	/* display: none; */
	/* font-weight: normal;	 */
}
#TID0382308150 #chartContainer {
	display: none;
}
#TID0382308150 .titleContainer {
	/* display: none; */
	text-transform: uppercase;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding: .6em;
}
#TID0382308150 .Section {                
	border: solid 1px var(--FontColorWidget);
	margin: .3em;
	min-width: 775px;
	/* remove this for stacked tiles */
	flex-basis: unset;
}
#TID0382308150 .sectionBreakRow {
	/* remove this for vertical orientation */
	/* span is the number of rows in the section */
	grid-column: 1 / span 4;
	font-size: 1.3em;
 }
#TID0382308150 .sectionBreak {
	margin: 0;
 }
#TID0382308150 #TableRows {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0;
	width: 100% !important;
	/* grid-template-columns: auto auto auto; */
	/* uncomment to display each row on own line */
	/* display: revert; */
}
#TID0382308150 #TableHeaderRow {
	display: none;
}
#TID0382308150 .TableRow {
	margin: .2em;
 	align-items: stretch;
	/* border-right: solid 1px #FFFFFF; */
	width: 160px;
	align-content: center;
	/* background-image: linear-gradient(#FFFFFF, var(--BGColorWidget)); */
}
#TID0382308150 .TableRow, #TID0382308150 .Section {                
	display: grid;
	/* change to flex to display vertically */
	gap: 1px;
	align-items: center;
}
#TID0382308150 .widgetTableCell {
    align-items: center;
    display: flex !important;
	width: unset;
}    
#TID0382308150 .selected {
    font-weight: unset !important;
    font-style: unset !important;
    background-color: unset !important;
    color: unset !important;
	border: solid 1px var(--FontColorWidget) !important;
	padding: 0  !important;
}
#TID0382308150 [class^="widgetTableCell field"] {
    padding: 0;
}
#TID0382308150 .valPrefix {
	display: inline;
	padding-right: .4em;
}
#TID0382308150 [class*="col"] {
	display: none !important;
}
#TID0382308150 .col1, #TID0382308150 .col2 {
	display: flex !important;
	justify-content: center;
	/* padding-top: 0 !important; */
	/* padding-bottom:  0 !important; */
}
#TID0382308150 .col2 {
	grid-row: 2 / 2;
	/* font-size: 1.8em; */
    font-weight: normal;	
	padding-right: 1.3em;
}

#TID0382308150 .col1 {	
	grid-column: 1 / 2;
	/* font-size: 1.1em; */
	background-color: var(--BGColorChart);
    color: var(--FontColorChart);
	font-weight: bold;
	margin-bottom: .4em;
	margin-bottom: 0;
	padding: .4em;
	/* padding-bottom: 0; */
}

#TID0382308150 #copyright {
	padding: 0;
	text-transform: none;
}

/* #TID0382308150 #copyrightContainer::before { */
  /* content: ''; */
  /* width: 100%; */
  /* order: 6; */
/* } */