html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.aladin-zoomControl {
    top: 80% !important;
}

#aladin{
    flex: 1 1 0;
}

#explain {
    padding: 4px;
    top: 30%;
    max-height: 50%;
    font-size: 11pt;
    overflow: scroll;
}

#explain tbody tr:nth-child(even) {
    background-color: #ffffff;
}

#explain tbody tr:nth-child(odd) {
    background-color: #ccdaeb;
}

#layersControl {
    padding: 4px;
    left: unset;
    right: 4px;
    top: 100px;
}

#layersControl  input {
    margin-right: 5px;
}


.aladin-box {
    font-size: 12px !important;
}
