html{
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /* overflow: hidden; */
}

.button-parent:hover #open{
    background-color: skyblue !important;
}

.button-parent:hover #save{
    background-color: lightgreen !important;
}

.button-parent:hover #searchBtn{
    background-color: darkgray !important;
}

.main {
    display: flex !important;
    margin-top: 5.5% !important;
    width: 99% !important;
}

.main div {
    flex: 1;
}

.find {
    display: none;
}

.find div {
    flex: 1;
}

#searchInput {
    width: 27rem;
    height: 2.5rem;
    font-size: 2.2rem;
    margin-top: .45rem
}

#searchBtn {
    /* width: 5rem;
    height: 2rem;*/
    font-size: 1.2rem;
}

.credits {
    position: absolute;
    bottom: 0px;
}

.listbox_holder {
    max-height: 70vh;
    width: 100%;
    font-size: 1.5rem;
}

.mid {
    margin-left: 1rem;
}

#textarea {
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    width:  92rem;
    height: 20rem;
    resize: none;
}

.buttons {
    display: block;
    width: 99%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: RGBA(0, 0, 255, 0.75);
}
