div {
}

#navigationContainer {
    /*display: table;*/
    /*background-color: #036289;*/
}

#row {
    /*display: table-row;*/
}

div#row div:first-of-type {
    border: 5px solid red;
}

div#row div {
    display: table-cell;
    min-width: 1044px;
    /*min-height: 100%;*/
    border-top: 5px solid red;
    border-right: 5px solid red;
    border-bottom: 5px solid red;
}

div.results {
    /*overflow-y: scroll;*/
    /*position: absolute;*/
    /*height: 100%;*/
    width: 1044px;
}

div.results img {
    vertical-align: top;
}

div.searching {
    text-align: center;
    font-size: 24px;
    width: 1044px;
    margin: 1em auto;
    border: 0 !important;
}

a.link {
    text-decoration: none;
}

a.black,
a.black:visited,
a.black:hover,
a.black:active,
a.black:link {
    color: black;
}

a.lightgray,
a.lightgray:visited,
a.lightgray:hover,
a.lightgray:active,
a.lightgray:link {
    color: lightgray;
}

a.link:hover {
    cursor: pointer;
    text-decoration: underline;
}