.titleMap {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 1.2rem 0;
    line-height: 1.1rem;
}

#help {
  color: red;
  text-align: center;
  padding: .5rem 0;
  font-weight: bold;
}



.instructions {
    font-size: 1rem;
    border: .3px solid gray;
    padding: 2px 15px 2px 5px;
    margin-top: 0rem;
    margin-bottom: .5rem;
    line-height: 1.2rem;
    font-style: italic;
    text-align: left;
    text-justify: inter-word;
}

#searchOptions {
    // padding-left: 1.5rem;
}

#selectoptions {
    position: absolute;
    background: #FEF7DA;
    color: navy;
    padding: .8rem .5rem;
    z-index: 100;
    overflow-y: auto;
    width: 6.5rem;
    height: 30rem;
    line-height: 1rem;
    [theme=dark] & {
        color: white;
        background: black;
    }
}

#dates{
    margin: 10px 0;
    font-size: 10px;
    font-family:'Courier New', Courier, monospace;
}

/* Style for Network View */
#mynetwork {
    overflow: hidden;
    z-index: -1;
    border: 1px solid gold;
    background-color: #FEF3C7!important;
    color:black;
    padding-left: 6rem;
    // width: 100%;
    height: 30rem;
    [theme=dark] & {
        color: white;
        background: #ffd70021 !important;
    }
}

.footermap {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-top: .1rem;
    text-align: center;
}

#initialView {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: .7rem;
    padding: 0.3em .7em 0.4em .9em;
    color: black;
    /* background: #ad5389; */
    /* background: linear-gradient(0deg, rgb(20, 29, 167) 0%, rgb(118, 216, 255) 100%); */
    border: none;
    box-shadow: 0 0.7em 1.5em -0.5em #1440a799;
    letter-spacing: 0.1em;
    border-radius: 20em;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}   