* {box-sizing: border-box;}
form {
    position: relative;
    width: 600px;
    margin: 0 auto;
}
input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #7BA7AB;
    border-radius: 5px;
    outline: none;
    background: #F9F0DA;
    color: #9E9C9C;
}
#clearButton {
    width: 84px;
    height: 42px;
    border: none;
    background: #7BA7AB;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
#searchButton {
    width: 84px;
    height: 42px;
    border: none;
    background: #7BA7AB;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
#searchButton:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;
}
#searchEntityButton {
    width: 84px;
    height: 42px;
    border: none;
    background: #7BA7AB;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
#searchEntityButton:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;
}
#resultsBlock {
    position: absolute;
    border: 1px brown;
    width: 100%;
    background: bisque;
}
div.main-header {
    position: absolute;
    width: 100%;
    height: 100px;
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    color: darkolivegreen;
    background: #F9F0DA;
}
div.main-content {
    position: absolute;
    align-content: center;
    width: 100%;
    top: 101px;
}
div.info-header {
    position: relative;
    width: 100%;
    height: 100px;
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    color: #3b3b3b;
    align-content: center;
    horiz-align: center;
    text-align: center;
}
#searchLabel {
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    font-size: 14px;
    color: #357935;
}
#clearButton {
    color: #F9F0DA;
    font-size: 14px;
    font-style: oblique;
    width: 100px;
}
div.data-div {
    position: relative;
    width: 100%;
}
.header-table {
    width: 100%
}
.logo-main {
    width: 80%;
}
.menu-main {
    width: 20%;
}
a:link {
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    font-size: 14px;
    color: #357935;
}
a:visited {
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    font-size: 14px;
    color: #357935;
}
a:active {
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    font-size: 14px;
    color: #357935;
}
a:hover {
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    font-size: 14px;
    color: #357935;
}


