div.wikipediaInfo img {
    width: auto;
    height: auto;
    min-width: 0;
    max-width: 100%;
}

div.wikipediaInfo {
    color: #1b1b1b;
    z-index: 5;
    width: 22em;
    height: 80%;
    background-color: white;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
}

table {
    width: 22em !important;
}


.noresize {
    height: auto !important;
    width: auto !important;
}


div.wikipediaInfo img {
    flex-shrink: 0;
    max-width: 100%;
    max-height: 100%
}

body {
    margin: 0;
    background-color: #000;
    color: #fff;
    font-family: Monospace;
    font-size: 13px;
    line-height: 24px;
    overscroll-behavior: none;
}

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

a:hover {
    text-decoration: underline;
}

button {
    cursor: pointer;
    text-transform: uppercase;
}

a, button, input, select {
    pointer-events: auto;
}

#glFullscreen {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 0;
}

/*TODO change size to 100% */
#heartCanvas {
    display: inline-block;
    min-height: 100%; /*px;*/
    min-width: 100%; /*px;*/
    margin: 0;
    top: 0;
    left: 0;
    background-color: #000000;
}

.structure_name {
    position: absolute;
    background: #ccc;
    padding: 30px;
    text-align: center;
    visibility: hidden;
}
