

/* .anchor { color: #0085A6; } */

.anchor { color: #4060A0; } 

.unpublished_book_anchor { 
    color: indigo; 
    font-weight: 600;
}
.book_anchor {
    color: darkgreen;
    font-weight: bold;
}
.published_book_anchor { 
    color: #0085A6;
    font-weight: 600;
}

:root {
    --default_margin_left: 6%;
    --default_margin2_left:4%;
    --menu_background: #004050;
    --h2_background: #005048;
    --menu_highlight: royalblue;
    --family_tree_members_anchor: #666;
    --inactive_anchor: var(--menu_background);
    --inserted: purple;
    --color_male_ancestry: #ddd;
    --color_female_ancestry: #eee;
    --relationship: #008EED;
    --search_background: #ddd;
    --subject: purple;
}

.expanded {
    display: none;
}

input:focus,
textarea:focus {
    outline: none;
}

.search_field {
    border-radius: 10px;
    height: 30px;
    width: 600px;
    font-size: 1rem;
}

p.search_response {
    line-height: 1.6;
    margin-bottom: 20px;
    padding-right: 20px;
}

.search {
    background: #004050;
    border-radius: 10px;
    border: 0px;
    color: white;
    font-weight: bold;
    height: 32px;
    padding: 0px;
    width: 100px;
}

body {
    color: #000;
    background: white;
    font-family: Roboto, sans-serif;
    font-family: "Source Sans 3", "IBM Plex Sans", Roboto, Arial, sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.2px;
    padding: 0px;
    margin-bottom: 200px;
    margin-top: 90px;
    margin-left: 16%;
    margin-right: 22%;
    min-height: 1000px;
    position: relative;
    word-break: break-word;
    overflow-x: hidden;
}


h1 {
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 80px 0px 60px 0px;
    padding: 8px 0px 8px 10px;
}

h2 {
    border-bottom: 1px solid black;
    color: black;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    margin: 60px 0px 60px 0px;
    padding: 20px 0px 10px 0px;
    width: 100%;
}

h2.section_heading {
    border-top: none;
    padding-bottom: 10px;
}

img {
    padding: 0px;
    margin: 0px;
}


.family_tree_anchor, .family_tree_anchor:visited {
    /*color: darkblue;*/
    color: #0085A6;
    line-height: 2;
    text-decoration: none;
}

.not_in_scope_person {
    color: #AAA;
    font-weight: bold;
}

.ft_relationship {
    color: darkred;
    font-size: 8pt;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}


.person_relationship {
    color: Black;
}

img.ARMS_THING {
    height: 32px;
    margin-left: 6px;
    margin-right: 6px;
}

.ARMS_TINY {
    height: 24px;
    margin-left: 6px;
    margin-right: 6px;
}

.ARMS_SMALL {
    height: 60px;
    padding-left: 12px;
    background: transparent;
    float: left;
}

.ARMS_FAMILY_TREE_MENU {
    height: 60px;
    padding-right: 6px;
}

.ARMS_FAMILY_TREE_MARRIED {
    background: var(--relationship);
    height: 24px;
    margin-top: -20px;
    padding-left: 6px;
}

*/

p.key {
    line-height: 2;
    margin: 0px;
}

.page-title {
    color: Black;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 80px;
    margin-left: 8%;
    padding: 0px;
}

.hidden_text {
    display: none;
}

#anchor_popup_content {
    background: white;
    border: 20px solid #004050;
    display: none;
    font-weight: normal;
    padding: 0px 20px 20px 20px;
    position: fixed;
    z-index: 999;
}


div.menu {
    height: 32px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 3000;
}

ul.menu {
    background: var(--menu_background);
    margin: 0px;
    padding: 0px;
    z-index: 300;
}

li a, .dropbtn {
    background-color: var(--menu_background);
    color: white;
    display: inline-block;
    padding: 6px 0px 0px 12px;
}

li.dropdown {
    display: inline-block;
}

sup {
    color: #666;
    font-size: 8pt;
}

.table_of_contents {
    margin: 80px 0px 80px var(--default_margin_left);
    padding: 0px;
}
.table_of_contents > h2 {
    background: white;
    line-height: 1;
    margin: 0px;
}
a.content_detail {
    color: #004050;
    font-weight: bold;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}




/* SUB MENU FOR PEOPLE PAGES */
.tab_bar {
    background: var(--menu_background);
    border-bottom: 0px solid white;
    height: 80px;
    left: 0px;
    margin-bottom: 80px;
    padding: 0px;
    position: fixed;
    text-align: left;
    top: 0px;
/*    width: 100%; */
    z-index: 2000;
}

.tab_button {
    color: white;
    background: var(--menu_background);
    border: none;
    font-weight: 600;
    height: 80px;
    margin: 0px;
    padding: 0px 4px 0px 4px;
    z-index: 2000;
}

.first_button {
    background: var(--menu_highlight);
    color: white;
}


.FAMILY_TREE_IMAGE_PAINTING {
    height: 60px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}

/* FAMILY TREE STYLES */
.person_heading {
    color: BlueViolet;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
}

.relationship {
    color: var(--relationship);
    font-size: 8pt;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}


.died_young {
    color: #000;
}


div.family_tree_photos {
    background: white;
}

div.person {
    background: white;
    margin: 0px;
    min-height: 120px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    width: 500px;
    z-index: 0;
}

div.hover_person {
    background: white;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: auto;
    z-index: 0;
}



H1.person {
    font-size: 1rem;
}


p.person {
    color: black;
    font-weight: normal;
    line-height: 1.2;
    padding: 0px;
    padding-bottom: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: -1;
}

a.PATERNAL {
    color: CadetBlue;
}

a.person {
    position: relative;
    text-decoration: none;
    z-index: -1;
}


.titles {
    font-weight: bold;
}


.descent {
    color: #a050a0;
    font-size: 0.8rem;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}


.FATHER_AND_MOTHER {
    color: #526d7d;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

.verticalline-long {
    height: 250px;
    border-left: 2px solid black;
    padding: 0px;
    position: absolute;
    margin: 0px;
    z-index: -1;
}

.verticalline-short {
    border-left: 2px solid #444;
    height: 50px;
    /* THIS DEPENDS ON CODE: VERTICAL_LINE_SHORT_HEIGHT */
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: -1000;
}

.horizontal_line {
    border-top: 2px solid #444;
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 200;
}




div.Male_multiple2 {
    background: #e3f2fd;
}

div.Male_multiple4 {
    background: #bbdefb;
}

div.Male_multiple6 {
    background: #90caf9;
}

div.Male_multiple8 {
    background: #64b5f6;
}

div.Female_multiple2 {
    background: #ffebee;
}

div.Female_multiple4 {
    background: #ffcdd2;
}

div.Female_multiple6 {
    background: #ef9a9a;
}

div.Female_multiple8 {
    background: #e57373;
}




.ancestor_table_paragraph {
    margin: 0px;
    padding: 16px 0px 16px 0px;
    line-height: 1.4;
}


.ft_person_heading {
    color: var(--menu_background);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px;
    overflow-wrap: break-word;
    padding: 0px;
    text-align: center;
}


.ft_person.illegitimate .family_tree_anchor, .ft_person.illegitimate .not_inscope {
    color: #008060;
    font-style: italic;
}

.illegitimate .ft_person_heading, .illegitimate .ft_person_heading a, .illegitimate > .anchor {
    color: #008060;
    font-style: italic;
}
.illegitimate .ft_father_and_mother .not_inscope {
    color: darkblue;
    font-style: normal;
}

.ft_father_and_mother {
    font-size: 0.8rem;
}

.ft_father_and_mother,
.ft_father_and_mother>.family_tree_anchor,
.ft_father_and_mother>.anchor {
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
}


.ft_person_titles, .ft_person_titles .anchor {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
}



div.info {
    font-weight: normal;
    background-color: #fff;
    border: 2px solid black;
    margin: 0px;
    min-width: 200px;
    padding: 10px;
    position: absolute;
    visibility: hidden;
    z-index: 99999;
}


.ARMS_NONE {
    width: 0px;
}

.iframe {
    margin-top: 400px;
}

.Latin {
    color: #888;
    font-style: italic;
}

.photos_and_paintings {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0px;
    padding-left: 10px;
}

.infobox_paragraph {
    margin: 40px 0px 40px 0px;
}

.days_of_the_year {
    font-weight: bold;
}

.days_of_the_year_month {
    margin: 0px;
    padding: 0px;;
}

.days_of_the_year_month>p>.anchor {
    font-weight: normal;
}

#Days_of_the_Year {
    color: var(--menu_background);
    font-weight: bold;
    margin-bottom: 80px;
}


.note, .note > .map_reference {
    color: #045;
    font-size: 0.9rem;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.6;
    margin: 0px;
    padding: 4px 0px 0px 0px;
}




div.small_indent,
h2.small_indent {
    margin-left: 10px;
}


a {
    color: #006080;
    text-decoration: none;
}

a:visited, a.menu_anchor, a.menu_anchor:visited {
    text-decoration: none;
}






.inserted {
    color: #888;
    font-size: 8pt;
    font-variant: small-caps;
    font-weight: 400;
    white-space: nowrap;
}


/* ONLY USED FOR FAMILY TREE PAGES WHICH LIST THE FAMILY TREES */
p.ft0page { line-height: 2; }
p.ft0page > .family_tree_anchor { font-weight: bold; }




.map_current_location_button {
    background: red;
    border: 1px black solid;
    font-weight: bold;
    font-size: 1.6rem;
}

.map_info_heading {
    font-weight: bold;
    font-size: 1.4rem;
    padding-top: 20px;
}

.search_h1 {
    font-weight: 700;
    font-size: 140%;
}

.family_tree_surnames {
    font-weight: bold;
}

.ft_coefficient_of_inbreeding a.anchor {
    color: red;
    line-height: 1;
    font-size: 0.8rem;
    padding: 0px;
    margin: 0px;
}

.ft_coefficient_of_inbreeding {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.ft_person_heading a.anchor {
    font-weight: bold;
}

a.family_tree_members_anchor {
    color: var(--family_tree_members_anchor);
}

div.continuation {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    max-height: 160px;
}

.read_more_button {
    margin-bottom: 10px;
}

.read_more_button p a {
    color: #4000A0;
    font-size: 80%;
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px 40px 0px;
}

.subscriber_continuator_button:after {
    clear: both;
}

.paragraph+.guest_continuator_button {
    margin-left: 8%;
}

.map_icon {
    height: 24px;
    padding-left: 8px;
}

.diary_heading {
    margin-top: 20px;
}

.diary_heading>a,
.diary_heading>a:visited {
    padding-left: 10px;
}

.map_marker {
    height: 0px;
}

.map_legend {
    line-height: 2;
    margin-right: 0px;
    margin-left: 6%;;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    z-index: 5;
}



.legend_anchor {
    display: inline-block;
    font-size: 0.8rem;
}
.legend_anchor_text {
    padding-left: 4px;
}

#tab_map {
/*    margin-top: 60px;
    margin-bottom: 100px; */
}


#map {
    height: 60vh;
    margin-left: 80px;
    padding: 0px;
    z-index: 5;
}

p.minibiography {
    color: #777;
    line-height: 3;
    font-size: 10pt;
    font-variant: normal;
    font-weight: normal;
    margin: 0px;
    margin-right: 16%;
}





.age {
    color: #666;
    font-size: 8pt;
    font-variant: small-caps;
    white-space: nowrap;
}

.s63 {
    font-weight: bold;
}


.indent+.subscriber_continuator_button {
    margin-left: 8%;
}

.indent2+.subscriber_continuator_button {
    margin-left: var(--default_margin2_left);
}

:target {
    border-left: 8px solid #14657A;
    padding-left: 20px;
    scroll-margin-top: 200px;
    z-index: 10000;
}


div.paragraph+ :target {
    padding-left: 20px;
}

:target>img {
    height: auto;
    margin: 0px;
}

.anchor_popup_content>* {
    background: white;
    border: none;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
}

.PHOTOS_DIV, .photos_div {
    min-height: 260px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
/*    width: auto; */
}

.PHOTOS_CAPTION {
    color: #666;
    font-size: 10pt;
    line-height: 1.4;
    margin: 0px;
    padding: 20px 20px 0px 0px;
}

.PHOTOS_CAPTION a {
    font-size: 10pt;
}




.is {
    color: grey;
    font-size: 8pt;
    font-weight: 400;
}


a.arms_anchor {
    display: inline;
    padding: 0px;
    margin: 0px;
}

.person>a.arms_anchor {
    margin-left: 4px;
}

.clearfix {
    overflow: auto;
}




.menu_first_line {
    color: black;
    font-size: 1rem;
    font-weight: normal;
    font-variant: normal;
}

.included_first_paragraph {
    color: black;
    font-size: 1rem;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.8;
}


.anchor_popup_heading {
    font-weight: 700;
    font-size: 1.3rem;
    margin: 30px 0px 20px 0px;
}

#anchor_popup_content>#START_OF_PAGE {
    margin-top: 60px;
}

.relationship_name {
    color: purple;
    font-weight: bold;
    line-height: 1.6;
    margin: 0px;
    padding: 0px;
}

.family_tree_heading {
    font-size: 200%;
    font-weight: bold;
    ;
}



.IMAGE_BIOGRAPHY {
    color: #666;
    font-size: 80%;
    font-variant: normal;
    font-weight: normal;
    line-height: 2;
    margin: 0px;
    margin-right: 16%;
    padding: 2px 0px 0px 0px;
}

.IMAGE_BIOGRAPHY_HOVER {
    color: #666;
    font-size: 10pt;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.6;
    margin: 0px;
    padding: 12px 0px 20px 0px;
    width: 90%;
}

.subject {
    color: #444;
    font-weight: bold;
}

.IMAGE_BIOGRAPHY>.subject>a {
    font-size: 10pt;
}

.anchor_popup_content > h2, .anchor_popup_content > .s90 > .section_heading_2 {
    color: black;
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
}


.person_page_family_trees {
    margin: 100px 0px 60px var(--default_margin_left);
}

.hover_person_page_family_trees {
    margin: 100px 0px 60px 30px;
    line-height: 2;
}


.s92:target {
    border: none;
    padding-left: 0px;
}




.white {
    background: white;
}

.lightgrey {
    background: lightgray;
}

.antiquewhite {
    background: antiquewhite;
}

.ghostwhite {
    background: ghostwhite
}


.ancestor_tree_color_0 { background: aliceblue; }
.ancestor_tree_color_1 { background: linen; }
.ancestor_tree_color_2 { background: mistyrose; }
.ancestor_tree_color_3 { background: lavenderblush; }
.ancestor_tree_color_4 { background: Gainsboro; }
.ancestor_tree_color_5 { background: Ivory }



.no_anchor {
    font-weight: bold;
}



.close_button {
    background: red;
    border: none;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    height: 37pt;
    margin: 12px 0px 12px 0px;
}

.section_heading_1 {
    border-bottom: 0px;
    color: #004050;
    font-size: 1.4rem;
    font-variant: small-caps;
    margin: 0px;
}


.section_heading_2 {
    color: #4F2600;
    font-size: 1.3rem;
}

.section_heading_3 {
    color: darkred;
    font-size: 1.3rem;
}

.section_heading_4 {
    color: #A46B37;
    font-size: 1.3rem;
}

.section_heading_5 {
    color: #67BACF;
    font-size: 1.2rem;
}



.section_heading_1 .map_reference, .section_heading_2 .map_reference, .section_heading_3 .map_reference {
    font-weight: normal;
    font-size: 1rem;
}

TR {
    line-height: 2;
}

TD {
    padding-right: 80px;
}





.TABLEROW, .POEMROW {
    margin: 0px;
    width: 100%;
}


.COLUMN1 {
    color: rgb(128,128,128);
    vertical-align: top;
    margin: 0px;
    min-width: 300px;
    max-width: 40%;
}

.COLUMN2LAST {
    vertical-align: top;
    margin: 0px;
}

.COLUMN2MIDDLE {
    vertical-align: top;
    margin: 0px;
    min-width: 400px;
    max-width: 40%;
}

.COLUMN3 {
    vertical-align: top;
    color: rgb(128,128,128);
    margin: 0px;
    min-width: 80px;
}



a.map_reference {
    color: #666;
    font-size: 0.6rem;
}





#painting_caption > .paragraphs > p {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    font-size:  0.8rem;
    line-height: 1.6;
}



.PHOTOS_LINE, .PHOTOS_IMAGES {
    margin: 0px 0px 0px 0px;
    display: flex;
    overflow: auto;
    padding: 0px 10px 10px 0px;
    width: auto;
}



.paragraph {
    clear: both;
    margin-top: 60px;
    margin-bottom: 40px;
}


.PHOTOS_TEXT {
    display: inline;
    line-height: 2;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}





.paragraph:has(.ONE_PAINTING) {
    min-height: 260px;
}

.IMAGE_PHOTO {
    height: 200px;
}

.PHOTOS_LINE .IMAGE_PHOTO, .photos_line .IMAGE_PHOTO, .IMAGE_PHOTO, .IMAGE_PAINTING {
    /*float: left;*/
    padding: 10px 20px 0px 0px;
}

.PHOTOS_LINE .IMAGE_PHOTO {
    float: left;
}

.PHOTOS_IMAGES {
    float: left;
    margin: 20px 0px 260x 0px;
    padding: 0px 12px 20px 0px;
}

.ONE_PAINTING .IMAGE_PHOTO, .book .IMAGE_PHOTO {
    padding: 10px 20px 0px 0px;
}


.PHOTOS_LINE a .IMAGE_PAINTING {
    margin-top: 0px;
    padding: 10px 12px 0px 0px;
}

.PHOTOS_IMAGES > a > .IMAGE_PAINTING {
    float: none;
}

.days_of_the_year_month:last-child {
    margin-bottom: 80px;
}

.section_heading_0 .map_reference {
    color: white;
}

.section_heading {
    font-weight: bold;
    padding: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.not_inscope {
    color: black;
}

.indent {
    margin-left: 6%;
}

.indent2 {
    margin-left: 12%;
}


a.member_anchor, a.member_anchor:visited {
    color: #4060A0;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.alt_parent_heading {
    margin-top: 40px;
}

.alt_parent_heading .anchor {
    font-variant: small-caps;
    font-size: 1.4rem;
    font-weight: bold;
}




.descendants_paragraph {
    padding-bottom: 10px;
    padding-left: 0px;
}

.ft_person {
    font-size: 0.8rem;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    text-align: center;
    overflow: visible;
}

.line {
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-word;
}


.paragraphs > .line {
    margin-bottom: 6px;
    margin-top: 0px;
    padding: 0px;
}

.s33 {
    margin: 0px;
    padding: 0px;
}

.section_heading_0 {
    background: var(--menu_background);
    color: white;
    font-size: 1.2rem;
    font-variant: small-caps;
    min-height: 32px;
    margin: 0px;
    padding: 6px 0px 0px 12px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}



/* So that the title of the Page being Popped is lower on the Popup */
#anchor_popup_content>.s90>.section_heading {
    margin-top: 40px;
}
.small-caps {
    font-variant: small-caps;
}

.event_heading, .event_heading p .anchor {
    clear: both;
    color: #006E89;    
    font-size: 1.3rem;
    font-weight: 600;
    font-variant: small-caps;
    margin-top: 60px;
}



.s90 {
    margin-top: 60px;
}

TABLE {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.NONMEMBER {
    color: #777;
}

.images_section_under {
    margin-bottom: 60px;
    margin-top: 0px;
}

.BOOK_IMAGE {
    height: 450px;
}

.BOOK_DIV {
    clear: both;
    border: 4px solid #14657A;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    min-height: 300px;
}

.BOOK_DIV_NO_BORDER {
    clear: both;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    min-height: 300px;
}

.BOOK_IMAGE {
    margin: 0px;
    padding: 0px;
    background-color: blue; 
}

.BOOK_TITLE {
    color: #808000;
    font-size: 16pt;
    margin: 24px 0px 8px 0px;
    padding: 0px;
    font-variant: small-caps;
}

.BOOK_PARA {
    color: #004050;;
    margin: 0px 0px 4px 0px;
    padding: 2px 0px 0px 0px;
    font-size: 12pt;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word;
}

.IMAGES_UNDER {
    margin-bottom: 80px;
    display: flex;
    overflow-x: auto;
}
.ONE_PAINTING {
    float: left;
    margin-top: 0px;
}

#start_of_page {
    margin-bottom: 100px;
}

.IMAGE_INLINE {
    float: left;
    padding: 10px 10px 10px 0px;
    width: 200px;
}

.descent_under {
    color: #444;
    font-size: 0.8rem;
    font-weight: normal;
}

.descendants_family_trees_div, .royal_descendants_div, .royal_ancestors_div, .ancestry_div {
    margin-left: 4%;
}

.ancestry_div {
}

.ancestor_tree_div {
    margin-left: 8%;
    padding-left: 20px;
    width: 1200px;
    overflow-wrap: anywhere;
}



@media only screen and (max-width: 1200px) {
    
    .BOOK_DIV {
        margin-right: 0px;
    }

    .indent {
        margin-left: 0px;
    }
    .indent2 {
        margin-left: 0px;
    }
    .table_of_contents {
        margin: 80px 0px 80px 0px;
        padding: 0px;
    }
    .person_page_family_trees {
        margin: 100px 0px 60px 0px;
    }
    .section_heading_0 {
        font-size: 1.0rem;
    }
    h2 {
        margin-left: 0px;
    }
    h2.section_heading {
        border-top: none;
        padding-bottom: 6px;
    }
    .descendants_family_trees_div, .royal_descendants_div, .royal_ancestors_div, .ancestry_div {
       margin-left: 0px;
    }
    body {
        margin-left: 6%;
        margin-right: 6%;
    }
    }
}

.event_heading + .paragraph {
    margin-top: 40px;
}

.PBOOK_IMAGE {
    float: left;
    height: 200px;
    margin-top: 6px;
    margin-bottom: 10px;
    padding-right: 20px;
}

.translation, .translation2 {
    font-size: 0.9rem;
    font-style: italic;
    font-weight: normal;
    color: #4682B4;
    line-height: 1.33;
}

.paragraph:has(.PBOOK_IMAGE) {
    min-height: 220px;
}

.paragraph:has(.continuation) {
    min-height: 160px;
}

.INSERTED_PAINTINGS {
    display: flex;
    overflow-x: auto;
    margin-bottom: 80px;
}

.BOOK_POPUP {
    float: left;
    margin-right: 20px;
    margin-top: 0px;
    width: 200px;
}