<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

body {
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.row {
    margin-bottom: 15px;
}

input {
    font-size: 16px;
}

/******************************************************************************/
/* Main image row with three columns.
*/
#main_row {
    margin-top: 10px;
    /*margin-bottom: 100px;*/
    display: flex;
    width: 100%;
    /*height: 40vw;*/
    /*max-height: 60vh;*/
    min-height: 400px;
    flex-direction: row;
    justify-content: center;
}
#main_row.landscapes {
    margin-bottom: 0px;
}
.column {
    flex: 1;
    display: flex;
}
.column.right {
    /*width: 60%;*/
    flex-basis: 55%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.right_inner_container {
    width: 100%;
    /* max-width: 764px; */
    max-width: 1200px;
    height: 100%;
}


#main_image_outer_container {
    position: relative;
    height: fit-content;
    /*align-self: center;*/
    max-width: 512px;
    margin-top: 44px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    /* overflow: hidden; */
    z-index: 1;
}
.row.landscapes #main_image_outer_container {
    max-width: 828px;
}
.row.landscapes #main_image {
    max-width: 828px;
}

#main_image_inner_container img {
    width: 100%;
    max-width: 512px;
    max-height: 512px;
    /* border-radius: 5px; */
}

#main_image_inner_container.tall img {
    width: inherit;
    height: 100%;
    max-height: 512px;
}

img#main_image {
    cursor: zoom-in;
    display: block;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

img#loading_img {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: .2;
}

/******************************************************************************
    Left Column
*/

.column.left {
    flex-basis: 45%;
    display: flex;
    justify-content: flex-end;
}

.column.left a {
    font-size: 16px;
    color: black;
}

.info {
    display: inline-block;
}
.info p {
    margin: 0px;
}
.image_info_container {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    justify-content: center;
}
.image_info_container .flex_row {
    justify-content: center;
}

.image_info_container .image_opt {
    position: relative;    
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1 !important;
    margin: 0px;
    margin-left: 7px;
    margin-right: 7px;
}
.image_info_container .image_opt img {
    width: 100%;
    height: 100%;
}
        
.image_info_container #image-tag-popup {
    width: 350px;
    left: -99px;
    top: 125%;
}

.image_info_container .tag-button {
    z-index: 2;
}

@media (max-width: 800px) {
    .image_info_container #image-tag-popup {
        /* left: 20px; */
        left: calc(-100vw + 80px);
        width: calc(100vw - 50px);
        top: 70px;
        /* height: 50vh; */
        position: fixed;
    }
    .recent-tags {
        max-height: 30vh !important;
    }
}

/******************************************************************************/
/* Fullscreen img.
*/
#fullscreen_container {
    z-index: 9;
    background-color: white;
    cursor: zoom-out;
    position: fixed;
    top:0px;
    left: 0px;
    display: none;
    width: 100vw;
    height: 100vh;
}
#fullscreen_container img {
    width:100%;
    height:100%;
    object-fit: contain;
    /*overflow: hidden;*/
}

/******************************************************************************/
/* Right Column.
*/
.column.right {
}



/******************************************************************************/
/* Menu Row
*/
.menu_row.row {
    margin-bottom: 0px;
}
.menu_row.row .buttons {
    text-align: center;
}
.buttons {
    font-size: 1.0em;
}
.menu_row.row .buttons p {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}
.menu_row.row .buttons p.selected {
    /*border-bottom: 1px solid black;*/
}

.loading {

}
.loading img {
    margin: 2em;
    width: 5em;
    height: 5em;
}


.button_row img {
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

/*******************************************************************************
    Mix
*/
.mix_options_header {
    width: 100%;
    text-align: center;
}
.mix_options_header .text_button {
    display: inline-block;
    cursor: pointer;
    margin: 0.5em;
}
.mix_options_container {
    width: 100%;
    text-align: center;
}

.mix_options_container &gt; .images img {
    width: 40%;
    margin: 6px;
    border-radius: 2px;
}

#mix_row .slider * {
    display: inline-block;
}
.mix_options_container .slider {
    /*width: 50%;*/
}

#mix_slider {
    margin-top: 5px;
    margin-bottom: 5px;
}

#mix_slider input {
    width: 80%;
}
.mix_container &gt; .slider p {
    width: 5%;
}

.mix_container .images img {
    width: 40%;
    margin-left: 8px;
    margin-right: 8px;
}

.mix_container .image1 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.mix_container .image2 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*******************************************************************************
    Componenets
*/
.adjust_row.row {
    width: 100%;
}
.gene-container {
    max-width: 1200px;
    margin: 0px auto;
    margin-top: 2px;
    text-align: center;
    
    max-height: 585px;
    padding: 0px 10px 0px 10px;
    overflow-y: auto;
}
.button-more {
    background-color: #fafafa;
    color:#000000;
    font-size: 20px;
}

.buttons_container {
    width: 90%;
    max-width: 900px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
}

input#gene_labels, input#add_gene {
    position: relative;
    /*top: -20px;*/
}

/******************************************************************************/
/* Random Row
*/

.options_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-top: 2px;

}

.opt_container {
    width: calc(33% - 3px);
    height: auto;
    margin: 1px;
    display: inline-grid;
}

img.image_option {
    width: 100%;
    cursor: copy;
    border-radius: 2px;
}

#random_row.row {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    /*align-items: center;*/
    /*justify-content: center;*/
    width: 100%;
}


.children_container a {
    /*padding-left: 20px;*/
}

.slider.mutation_amount * {
    display: inline-block;

}

.slider.mutation_amount input {
    max-width: 300px;
    width: 50%;
}

.slider.mutation_amount p {
    width: 20%;
    /*margin-top: 0.0em;*/
    /*margin-right: 0.5em;*/
    /*margin-left: 0.5em;*/
}

/*.children_container a img {
    width: 30%;
    max-width: 256px;
    padding-bottom: 15px;
}
*/
.add_children_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.add_children_button {
    border-radius: 50%;
    border: 1px solid;
    width: 64px;
    height: 64px;
    margin-top: 10px;
    cursor: pointer;
}

.add_children_button.loading {
    border: none;
    cursor: inherit;
}

.add_children_button img {
    width: 100%;
    /*height: 100%;*/
}


/*------------------------------------------------------------------------------

/*------------------------------------------------------------------------------
*/
.children_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.children_container {
    width: 96%;
    max-width: 1900px;
    text-align: center;
}

/*------------------------------------------------------------------------------
    Tags.
*/
.image_tag {
    display: inline-block;
    /*cursor: pointer;*/
    letter-spacing: 1.5px;
    text-decoration: none;
    margin: .25em;
    user-select: none;
    margin: 0.5em;
    font-size: 1.5em;
    padding: 2px;
}
.image_tag .tagname {
    margin-bottom: 0px;
}
.image_tag .username,.remove {
    margin-top: 0px;
}
.image_tag p {
    margin: 0.25em;
}
.image_tag.selected {
    border-radius: 4px;
    background-color: #ddd;
}
/*------------------------------------------------------------------------------
*/
@media (max-width: 1000px) {
    .gene_input_row {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .children_container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    #main_row {
        flex-direction: column;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #main_image {

    }
    #main_image_outer_container {
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-top: 0px;
        background: none;
        box-shadow: none;
    }
    #main_image_inner_container {
        width: 60vw;
        max-width: 35vh;
        display: inline-block;
    }
    .image_info_container .image_opt {
        width: 35px;
        height: 35px;
        margin: 4px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .gene-container {
        width: 100%;
    }
    .time_string {
        display: inline-block;
    }
    .column.left {
        justify-content: center;
    }
    .opt_container {
        width: calc(33% - 2px);
        margin: 1px;
    }

    /* .opt_container:nth-last-child(-n+3) {
        display: none;
    } */

    .right_inner_container {
        max-width: 100%;
        /*margin-top: 10px;*/
    }


    /* Make image option buttons to the side of the main image
    */
    .image_info_container {
        width: 40px;
        position: absolute;
        top: 0px;
        right: 8px;
    }
    .image_info_container * {
        margin: 0px;
        /* margin-top: 8px; */
    }

    /* Make genes vertical with a horizontal scroll container.
    */

    #adjust_row .buttons_container {
        margin-bottom: 0px;
    }
    #adjust_row {
        margin-bottom: 5px;
    }

    body {
        margin-left: 0px;
        margin-right: 0px;
    }
    #random_row {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .gene_controller {
        height: 200px !important;
        width: 80px !important;
    }
    .gene-container {
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 2px;
    }
    .gene_name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .gene_slider input[type=range] {
        /* height: 10px; */
        width: 160px !important;
        -webkit-appearance: none;
        -webkit-transform: rotate(270deg);
        margin-top: 78px !important;
        margin-left: -45px !important;
    }
    .gene_slider input[type=range]::-webkit-slider-runnable-track {
      height: 5px;
      background: #ccc;
      border: none;
      border-radius: 3px;
    }
    .gene_slider input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      border: none;
      height: 24px;
      width: 24px;
      border-radius: 50%;
      background: #5a4caf;
      margin-top: -10px;
    }
    .gene_slider input[type=range]:focus {
        outline: none;
    }
    .gene_slider input[type=range]:focus::-webkit-slider-runnable-track {
        /*background: #ddd;*/
    }
    .gene-container::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    .gene-container::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

    /*div.scrollmenu {
      background-color: #333;
      overflow: auto;
      white-space: nowrap;
    }
    */
}</pre></body></html>