body {
    padding: 0px;
}
h1 {
    font: 3em "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #00B7FF;
}

.searchForm {
    /* font-size: 2em; */
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    zoom: 1.5;
}

.outerBox {
  height: 100%;
}

.utilLinks {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 2px;
    color: white;
    background: #157fcc;
    z-index: 1000000000000000;
}

.meetLink {
    font-size: 2em;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.meetLink a {
    text-decoration: none;
}

.defaultSearchEngineLink {
    position: fixed;
    bottom: 0.7em;
    left: 5em;
    z-index: 999;
}

.defaultSearchEngineLink a {
    text-decoration: none;
    color: dimgrey;
}

.searchForm .searchBox {
    border-radius: 1em;
    border-width: 0.1em;
    border-style: solid;
    border-color: grey;
    padding-left: 1.8em;
    padding-right: 1.8em;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
}

.searchForm input {
    border-style: none;
}

.searchForm input:focus {
    outline: none;
}

.searchForm #logoHead {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.searchForm #logoText {
    position: relative;
    left: 50%;
    transform: translate(-50%, 20%);
}

.package_version {
    position: absolute;
    bottom: 1px;
    right: 1px;
    color: lightgrey;
    zoom: .7;
}
