﻿#searchBoxDiv {
    display: flex;
    align-items: center; /* Vertically centers the button with the textarea */
    gap: 10px; /* Optional: adds space between the elements */
    padding-bottom: 20px;
    padding-top: 20px;
}

#searchTextbox {
    font-size: 1.6em;
}

#searchButton {
    font-size: 1.2em;
    padding: 5px 10px;
}
#readMore {
    display: none;
    font-size: 1.2em;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 2px solid #0078D7;
}
.licence-info
{
    margin-top:4em;
}