body {
    font-family: Arial, sans-serif;
    width: auto;
    height: 100px;
    background-color: rgba(200,200,255,1);
}

html {
    overflow-y: hidden;
}

a, a:visited {
    color: #4d4d4d;
    text-decoration: none;
}

/* 940px;  match value in js */
#container {
    width: 100%;
    margin: auto;
}

#svg {
    /*max-height: 960px;*/
    /*max-height: 1300px;*/
    /*height: 3vh;*/
    height: 1100px;
    overflow: scroll;
}

#mainTitleTd {
    padding: 5px;
    max-width: 300px;
    width: 22%;
}

div#mainTitleTd a {
    text-decoration: none;
}

.mainTitleDiv {
    display: inline;
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    text-rendering: optimizelegibility;
}


form {
    margin: 0;
}

table, tbody, tr, td, a, form, td.div, td.div.form {
    /*background-color: transparent !important*/
}

.tableRow {
    display: table-row;
    /*background-color: transparent !important*/
}

.searchIdsNames {
    margin: 0;
    padding: 0;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    line-height: 12px;
}

.searchIdsNames input {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 12px;
}

#highlightType {
    padding-top: 5px;
    width: 100px;
}

.control {
    float: left;
    padding-left: 10px;
    margin: 0;
}

.control a {
    color: black;
    font-size: 12px;
    padding: 0;
    background: #E2E2E2;
    cursor: pointer;
    margin-right: 3px;
    text-decoration: none;
}

footer {
    display: none;
}

.tooltip {
    position: absolute;
    top: 100px;
    left: 100px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #DDD;
    background: #ddd;
    opacity: 0.8;
    color: #111;
    padding: 3px;
    /* width: 300px; */
    font-size: 12px;
    z-index: 120;
}

.tooltip p.main {
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
}

hr.tooltip-hr {
    padding: 0 0 1px 0;
    margin: 0 0 2px 0;
    border-bottom: 1px solid #FFF;
    border-top: none;
    color: white;
    height: 1px;
}

.tooltip .title {
    font-size: 20px;
    line-height: 24px;
}

.tooltip .name {
    font-weight: bold;
}

line.link {
    fill: none;
    stroke-width: 1.5px;
}

#doc {
    padding-left: 12px;
    font-size: 12px;
}

span#name {
    font-size: 28px;
}

span#id {
    font-weight: bold;
    font-size: 14px;
}

span#nameOriginalScript {
    color: green;
    line-height: 40px;
    font-size: 33px;
    white-space: nowrap;
}

span#narrative, span#longNarrative {
    font-size: 13px;
}

div.line2 {
    margin-top: 4px;
}

td#unLogo {
    horiz-align: center;
    width:107px!important;
    max-width: 110px;
}

td#unLogo a {
    padding: 5px;
}

td#unLogo img {
    horiz-align: center;
}

#top-stuff {

    padding: 5px;
    width: 100%;
    margin-bottom: 0;
    background-color: transparent !important;
    font-family: Arial, sans-serif;

}

#top-stuff td {
    padding: 0 3px 0 3px;
}

#doc-close {
    z-index: 10;
    display: inline;
    float: right;
}

.boldListing {
    font-weight: bold;
}

/*updated june 2024*/

.viz-param-label {
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}

tr.rowtext td {
    padding-bottom: 30px;
}

span.oscr {
    font-size: 18px;
    color: green;
}

div.field-label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
}

div.field-item p {
    padding-left: 10px;
    margin-bottom: 0;
    padding-bottom: 2px;
    line-height: 15px;
}

/*#doc-container {*/
/*    margin-bottom: 20px;*/
/*}*/

div.field-name-field-reason-for-listing div.field-item {
    /*background-color: red;*/
    padding-bottom: 10px;
}

div.field-name-field-additional-information div.field-item {
    /*background-color: #9999ff;*/
    padding-bottom: 10px;
}

div.field-name-field-related-listed-individuals div.field-item {
    /*background-color: #99ff99;*/
    padding-bottom: 10px;
    margin-bottom: 30px;
}

div#doc-container {
    margin-bottom: 20px;
    /*background-size: cover;*/
    background-color: rgba(220,220,255,1);
    /*background-blend-mode: lighten;*/
}

a#doc-close {
    /*display: inline;*/
    margin-right: 10px;
    margin-top: 5px;
    background-color: transparent;
}

img#close {
    width: 18px;
    opacity: 0.5
}

div.bioData {
    padding-left: 10px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 2px;
    line-height: 15px;
}

#unhideNavbar {
    display: none;
}

div#searchDiv {
    padding-top: 0;
    padding-left: 0;
    font-size: 13px;
    line-height: 18px;
}

form#highlight {
    font-size: 13px;
    line-height: 18px;
}

.noPadMar {
    text-decoration: none;
    font-size: 10px;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 11px;
}
