/** Potters cemetery HTML table style sheet


- hide the vertical scroll bar in the main body & background of table page **/
body {
	

	background-image: url("../../../heritage%20-%20Copy/cemetery/Potters_Field_web/%22%22");
}

/** set manner in which table displays **/
.scroll {	display: flex;
	flex-grow: 1;
	height: 75%;
	overflow-y: auto;
	 padding: 0px 0px 40px opx;
	}				
	 				
	

/** table body style info **/

._table {
			font-family: Arial narrow bold;
			/**ms-font-size: 0.7em;**/
			webkit-font-size: .6em;
 			font-size: 0.75em;
			table-layout: fixed;
			width: 100%;
			word-wrap: break-word;
				}	
/** ledger style table code **/
tbody tr:nth-child(even) {
   background-color: #faebd7;
}	 
			

/** default header style **/

._header {

				font-family: Arial Bold;
			  font-size: 0.75em;
				color: #990000;
				table-layout: fixed;
  			word-wrap: break-word;
				border: #6699ff;
				border-bottom-style: groove;
					}			

/** 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;
       }



