body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.page {
    width: 80%;
}

.cntr {
    margin: 0 auto;
}

.switch-env {
    padding-right: 20px;
    position: absolute;
    right: 20px;
}

.danger {
    color: red;
}

a,
a:visited {
    color: white;
    text-decoration: none
}

a:hover {
    color: red;
    text-decoration: none;
}

.mbg {
    background-color: #003366;
}

.page-header {
    position: relative;
    background-color: #005090;
    border: 1px solid black;
    color: yellow;
    padding: 8px;
    text-align: center;
    width: 85%;
}

.page-footer {
    margin-top: 20px;
    background-color: #005090;
    border: 1px solid black;
    color: yellow;
    padding: 4px;
    text-align: center;
    width: 85%;
}

.row {
    padding-top: 16px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.block {
    width: 16%;
    text-align: center;
    border: 1px solid black;
    background-color: #005090;
    overflow: hidden;
}

.block:hover {
    overflow: visible;
}

.block-header {
    color: #00dd00;
    border-bottom: 1px solid black;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    padding: 2px 0px;
}

.block-links-wrap {
    padding: 8px 0px 8px 0px;
}

.block-links {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}

.block-links a
{
    display: block;
}

.query-wrap {
    padding: 16px 0 0 0;
    width: 50%;
}

.query-wrap .query {
    display: inline-block;
    width: 100%;
    border: 2px solid #003366;
    font-size: 12pt;
    padding: 5px 20px;
}

.link-highlighted {
    color: yellow !important;
    text-decoration: underline;
}

.query-highlighted {
    border: 2px solid #00dd00 !important;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.query:focus{
    outline: none;
}
