body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1a1a1a;
}
/*Header stylings*/
#header{
	width:100%;
	background-color: #606060;
	overflow: hidden;
}
.main_header_button{
	font-size:15pt;
	margin: 5pt;
	min-height: inherit;
}
#header_button_set{
	float:right;
	display:flex;
	justify-content: center;
	align-items: center;
	height:70pt;
	margin:0 15pt 0 0 ;
	text-align: center;
}
#header_logo_block{
	color:#bbb;
	float:left;
	margin:15pt;
	height:30pt;
}
.header_link:hover, .header_link:visited, .header_link:link, .header_link:active, .header_link
{
	color:#ddd;
	text-decoration: none;
}

/*Footer stylings*/
#footer{
	font-size: 1.2em;
	background-color: #606060;
	width:100%;
	overflow: hidden;
	display:flex;
	justify-content: center;
	padding:0.5em 0 0.5em 0;
	color:#bbb;
}
#footer_contact_info_block{
	text-align: center;
}
.footer_link:hover, .footer_link:visited, .footer_link:link, .footer_link:active, .footer_link
{
	color:#ddd;
	text-decoration: none;
}
.content_text{
	max-width:650px;
	margin:auto;
}
#content{
	/*width:80%;*/
	line-height:1.6;
	margin:40px auto;
	/*font-size:14pt;*/
	color:#cccccc;
	padding:0 10px;
}
/*body text stylings*/
.index_section_header{
	text-align: center;
	margin: 3em 0 0em 0;
}
.info_card_container{
	color:#060606;
	display: grid;
	grid-auto-flow: row dense;
	grid-template-columns: repeat(auto-fit, minmax(18em, 19.9em));
	grid-template-rows: repeat(auto-fit, minmax(18em, max-content));
	justify-content: center;
	justify-items: center;
	gap: 3pt;
	margin:12px;
	padding:2px
	/*background-color: #000;*/
}
.info_card{
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	background-color: #ccc;
	border:3px solid #bbb;
	padding: 4px;
	/*margin:10px;*/
	max-height:25em;
	/*width: 18em;*/
	margin:0px;
	overflow-y:hidden;
	overflow-x:hidden;
	font-size: 1em;
}
h4.info_card_text{
	text-align: center;
	font-size: 18pt;
}

.info_card_link:hover, .info_card_link:visited, .info_card_link:link, .info_card_link:active, .info_card_link
{
	color:#444;
	/*text-decoration: none;*/
}

/* stylings for weekly sum cards*/
table.info_card_week_sum_table{
	width:100%;
	font-size: 16pt;
}
th.info_card_week_sum{
	text-align: left;
}
tr.info_card_week_sum_total{
}
tr.info_card_week_sum{
	background-color: #dddddd;
}
tr.info_card_week_sum:nth-child(even)
{
	background-color: #f2f2f2;
}
td.info_card_week_sum{
	text-align: right;
}

/*stylings for year-by-week sum*/
.info_card_year_by_week_entry{
	margin:0 0 1em 0;
}
.info_card_year_by_week_header{
	font-size:16pt;
}
.info_card_year_by_week_subheader{
	font-size: 14pt;
	text-align: center;
	font-style:italic;
}
.info_card_year_by_week_date{
	float:left;
	padding-right:4pt;
}
.info_card_year_by_week_tokerate{
	float:right;
	padding-left:4pt;
}
.info_card_header{
	margin: 0 0 1em 0;
}
.info_card_body{
	overflow-y:auto;
}
@media (max-width: 800px) {
  .info_card_container {
    flex-direction: column;
  }
}

/* this is a breakpoint for some front-page text*/
span.line {
  display: inline-block;
}