/*<!--  Additional Styles Specific for the McKean County Cemetery Pages
Shade every other line in a table , Special treatment for top line -->*/
      .Cemetery {                                
          width:90%;
          text-align:left;
          margin: 20px auto 5px;
          border-collapse: collapse;
          border:8px double saddlebrown;
        }
        .Cemetery td {
            padding:1px 2px 1px;
        }
        .Cemetery tr:nth-child(odd) {
              background:LightBlue;
          }
          .Cemetery tr:nth-child(even) {
              background:LightCyan;
          }
          .Cemetery tr:nth-child(1) {
              font-weight:bold;
              font-size:110%;
              text-decoration:underline;
          }
          .Cemetery th {  /*<!--  Makes table header stand out -->*/
              font-weight:bold;
              text-decoration:underline;
          }
	.double75 {
             width:75%;
             margin:10px auto 10px;
             border: 8px  double saddlebrown;    
        }  
        .reckeep {  /*<!-- used in graves.html-->*/
            margin-left:auto;
            margin-right:auto;
            width:75%;
            border: 8px double saddlebrown;
            background-color:Bisque;
            padding:20px;
        }
        .CemCase th {                /*<!--   Add on for Cemetery - requires table to be all lower case-->*/
            text-transform: uppercase;
	 }
	 .CemCase td {
	     text-transform:capitalize;
	 }
	 .CemCase  td:nth-child(1) {
	     text-transform:uppercase;
	 }
        .Duke td:nth-child(1)  ,  .Duke td:nth-child(2)  {       /*<!--   Used for Duke Center Cemetery-->*/
             width:15%;
        }
        .Duke td:nth-child(3) ,  .Duke td:nth-child(4)   {
             width:10%;
        }            
        .morrisonRmk {  /*<!-- used in graves.html-->*/
            margin-left:auto;
            margin-right:auto;
            margin-top:20px;
            width:88%;
            border: 8px double saddlebrown;
            background-color:Bisque;
            padding:5px;
        }
	.NGroup {                                  /*<!--   In table where there are groups separated by a intervening row-->*/
	    text-transform:uppercase;
	    font-size:140%;
	    text-align:center;
	    background-color:MidnightBlue;
	    color:white;
	    font-family:rockwell;
	}
	.WebAdd p {
	   text-align:center;
	   font-size:80%;
	   }
	
          @media print {                                             /*<!--   Makes web page printer friendly-->*/
                nav {display:none;}
                footer {display:none}
                .NoPrint {display:none}
                .McKeanWelcome {color: black; border: none; text-shadow:none; text-align:center;}
                .Cemetery, .morrisonRmk  { border:8px double Silver; }
                .Cemetery tr {border-bottom:2px solid Silver; }
                .Cemetery th {text-decoration:none; }
                .Cemetery tr:nth-child(1) {text-decoration:none;}
                .reckeep {page-break-before: always;}
          }
          @media screen {                                             /*<!--   Makes web page printer friendly-->*/
                .NoDisplay {display:none}
          }
          