div.page_title, div.page_title_placeholder
	{
	padding: 5px 15px 5px 15px; 
	}
div.page_title
	{
	font-size: 35px; 
	font-family: brush script mt; 
	text-shadow: -2px -2px  hsla(0,0%,0%,1.0);
	z-index: 5000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	}
div.page_title_placeholder
	{
	height: 70px;
	}
body	{font-size: 100%;}

td, th 
	{
     border: 1px black solid;
	padding: 10px;
	margin: 0;
	}
tr.totals 
	{
	border-top: 3px black double;
	border-bottom: 3px black double;
	}
td	{
	text-align: right;
	text-overflow:ellipsis; 
	}
caption, .caption
	{
	position: sticky;
	top: 0px;
	z-index: 50;
	margin-bottom: 5px;
	/*height: 41px;*/
	}
.caption {display: caption;}	
thead
	{
	position: sticky;
	top: 41px;
	z-index: 50;
	}

th {vertical-align: bottom; }
tfoot { position: absolute; bottom: 0; }
a {text-decoration: underline; cursor: pointer;}
a:hover {text-decoration: none;}

@keyframes blink {
  0% 	{ opacity: 0.3; }
  50%	{ opacity: 0.99;}
  100% 	{ opacity: 0.3; }
}
.blink {animation: blink 1.5s linear infinite; }	

.line_through{text-decoration: line-through;}

.black_white
	{
	background-color: black;
	color: white
	}

button{ cursor: pointer ;}

.outline_red {	outline: red solid 3px; }

.main_content
	{
	position: relative;
	left: 0px;
	top: 80px;
	bottom: 10px;
	z-index: 50;
	/*margin-top: 70px;*/

     margin-bottom: 30px;
	}