/** liberty cemetery HTML table style sheet

- hide the vertical scroll bar in the main body **/
body {
		   overflow-y: hidden;
}

.scroll {	-ms_display: flex;
	display: flex;
	flex-grow: 1;
	height: 75%;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	}				
			

/** table body style info **/

._table {	font-family: Arial narrow bold;
	/**ms-font-size: 0.7em;**/
	webkit-font-size: .6em;
	font-size: 0.75em;
	width: 100%;
	word-wrap: break-word;
}	
/** ledger style table code **/
tbody tr:nth-child(even) {
background-color: #ccffcc;
}	 
			

/** default header style **/

._header {	font-family: Arial Bold;
	font-size: 0.8em;
	color: #990000;
	width:99%;
	border: #009999;
	border-bottom-style: groove;
	word-wrap: break-word;
}			

/** create a division class to use in Firefox to make sure Firefox 
handles multiple divisions correctly **/
				
div.clear
        {
          clear: both;
          font-size: 1px;
          line-height: 1px;
          overflow: hidden;
          visibility: hidden;
          width: 0;
          height: 0;
       }



