/* Enter Your Custom CSS Here */
/*Footer Display Code*/
.btt-arrow, footer#footer .colophon .credits a, footer#footer .colophon .credits span[class*=text] {
    display: None;
}

/* This is for the pedigree table lines */
 	.male {
		background-color: #F0F0F0;
		color: #000000;
		font-family: Tahoma;
		font-size: 12pt;
		text-align: center;
		vertical-align: middle;
		border-collapse: collapse; 
		border: 2px solid #00FFFF;
	}

	.female {
		background-color: #F0F0F0;
		color: #000000;
		font-family: Tahoma;
		font-size: 12pt;
		text-align: center;
		vertical-align: middle;
		border-collapse: collapse; 
		border: 2px solid #00FFFF;
	}
   /* This is the deviding line css */
hr {
        border-bottom: 1px solid #9a9e9f;
}
