/*Edited CSS for brucejacobson.me PARENT THEME VERSION */
/*Font Family*/
/* --------------------------------------- */
html {
	font-family: "Raleway", sans-serif;
}

/* Links*/
/* --------------------------------------- */
a:link {
  color: #696969;
}
a:visited {
	color: #121212;
}

a:active,
a:hover,
a:focus {
	color: #DFB200;
}

/* Typography */
/* --------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
}

/* Biosketch Pages*/
/* --------------------------------------- */
#post-4477 .entry-content-container {max-width:90% !important;
}

/* Gedshow Widget*/
/* --------------------------------------- */
#post-3931 .entry-content-container {max-width:90% !important;
}
.cs_tree_btn {background-color: #868686; height:40px;
}
.cs_birth {background-color:  #bdf5bd !important;
}
.cs_death {background-color:  #f1daf1 !important;
}
.cs_marriage {background-color: 
#ffffb3 !important;
}

/* Family History Manual*/
/* --------------------------------------- */
#post-4870 .entry-content-container {max-width:90% !important;
}

/*MapFacts*/
.fhcontent { margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: 20px; }
.FhHdg1 { clear: both; height: auto; font-size: 20pt; font-weight: 700; border-style: solid; border-top-width: 1pt; border-right-width: 0px; border-bottom-width: 1pt; border-left-width: 0px; margin-top: 24pt; margin-bottom: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
#facts	{width:48%; float:left; padding-right:2%; }
#map	{width:50%; height:80%; }
@keyframes drop { from { top: -400px; opacity: 1; } to { top: 0px; opacity: 1; } }
.DROP {animation: drop 0.5s 1; }
@keyframes flash { from { opacity: 0.1; } to { opacity: 1.0; } }
.FLASH {animation: flash 0.3s 6 alternate; }
@keyframes bounce { from { top: 0px; }  to  { top: -20px; } }
.BOUNCE {animation: bounce 0.3s cubic-bezier(0.5,0.05,1,0.5) 2 alternate; }
.noinfoscrollbar {line-height:1.35; overflow:hidden; white-space:nowrap; }
