body {
    margin: 0;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    color: rgba(0,0,0,.6);
}

#mainFrame {
    position:fixed;
    width:100%;
    height:100%;
    border:none;
    margin:0;
    padding:0;
    overflow:hidden;
}

#leftPane {
    background-color: #fbfbfb;
    border-right: 1px black solid;
    height: calc(100% - 30px);
    width: 300px;
    position: fixed;
    z-index: 10;
    opacity: .95;
}

#rightPane {
    position: fixed;
    height: 100%;
    width: 100%;
}

.fa-icon {
    font-size: 24px;
}

.row {
    margin: 10px;
}

#mapOverlay {
    position: fixed;
    z-index: 5;
}

.search-row{
    margin: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.ui{
    width:100%
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.search-row .fa-solid{
    color: rgba(0,0,0,.6);
}

.header{
    text-align: center;
}

#selectButtonDiv{
    text-align: center;
}

#selectButton{
    width: fit-content;
}