html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    margin-bottom: 60px;
}

.navbar {
    margin: 0;
}

.nav.navbar-nav {
    max-width: calc(100% - 400px);
}

.nav-link {
    overflow: hidden;
    height: 33px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collection-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer > .container > .text-muted {
    margin: 20px 0;
}

.image-container {
    text-align: center;
}

.wide-div {
    position: absolute;
    left: 0;
    right: 0;
}

.image-container img {
    cursor: pointer;
    border: black 1px solid;
}

.image-container img.white {
    border: white 1px solid;
}

.jumbotron {
    padding-top: 0;
}

.jumbotron > .container > p {
    font-size: 16px;
}

#active-comparison-name, #active-image-name {
    white-space: normal;
}

.cursor-pointer {
    cursor: pointer;
}

.card-header.card-button:hover {
    background-color: rgba(7, 54, 66, 0.5);
}

.card.card-button:hover {
    background-color: rgba(7, 54, 66, 0.30);
}

#react-select-2-listbox {
    z-index: 3;
}

.table-ellipsis {
    width: 100%;
}

.td-ellipsis {
    position: relative;
    width: 75%;
}

.td-ellipsis a {
    position: absolute;
    left: 0.75rem;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
