/*!
 * 
 * comparingGenerations
 * 
 * @author 
 * @version 0.1.0
 * @link UNLICENSED
 * @license UNLICENSED
 * 
 * Copyright (c) 2021 
 * 
 * This software is released under the UNLICENSED License
 * https://opensource.org/licenses/UNLICENSED
 * 
 * Compiled with the help of https://wpack.io
 * A zero setup Webpack Bundler Script for WordPress
 */
#js-comparing-generations {
    background-color: #f3f3ed;
    padding: 2em 1.5em 0em 1.5em;
    min-height: 450px;
    max-width: 800px;
    margin: 0 auto;
    overflow: auto;
}

#comparison-menu {
    float: left;
    position: relative;
    width: 23%;
    padding-top: 2em;
}

#comparison-top {
    margin: 0 auto 2em auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#comparison-table h4 {
    margin-bottom: .5em;
}


.ui.vertical.menu {
    border: none;
}

.ui.vertical.text.menu .item {
    background-color: #f3f3ed;
    margin: 0;
}

.ui.text.menu .active.item {
    font-weight: 500;
    text-decoration: underline;
}

a {
    color: rgba(0, 0, 0, 0.5);
    /* text-transform: uppercase;
    font-size: 12px; */
}

.ui.menu .item {
    padding: 7px;
}

#comparison-table {
    float: left;
    position: relative;
    width: 77%;
    margin-bottom: 1em;
}

/* css */

table thead td {
    text-align: left;
    border: none;
}

table thead td span {
    float: left;
    line-height: 1.8em;
    font-weight: normal;
    font-size: 1em;
    margin: 0 .5em 0.25em 0;
}

table tbody td.generation {
    text-align: left;
    width: 95px;
    vertical-align: top;
}

table tbody td.generation b {
    font-weight: 500;
}

table tbody td.generation span {
    font-size: .9em;
    color: #888888;
}

table tbody td.center {
    padding: 6px 0px;
    width: 100%;
}

table thead td span:before {
    content: '\25a0';
    font-size: 2em;
    padding: 0 2px 0 0;
    vertical-align: -.15em;
}

table thead td span:nth-child(1):before {
    color: #577b64;
}

table thead td span:nth-child(2):before {
    color: #809378;
}

table thead td span:nth-child(3):before {
    color: #aab08d;
}

table thead td span:nth-child(4):before {
    color: #cac69e;
}

table thead td span:nth-child(5):before {
    color: #ecdbac;
}

table tbody td.center div:nth-of-type(1) {
    background-color: #577b64;
    color: #EEECE4;
    z-index: 5;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    line-height: 3.2em;
    max-height: 3.2em;
    overflow: visible;
    animation: animate .8s;
}

table tbody td.center div:nth-of-type(2) {
    background-color: #809378;
    color: #EEECE4;
    z-index: 4;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    line-height: 3.2em;
    max-height: 3.2em;
    overflow: visible;
    animation: animate .8s;
}

table tbody td.center div:nth-of-type(3) {
    background-color: #aab08d;
    color: #EEECE4;
    z-index: 3;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    line-height: 3.2em;
    max-height: 3.2em;
    overflow: visible;
    animation: animate .8s;
}

table tbody td.center div:nth-of-type(4) {
    background-color: #cac69e;
    color: #7E7E7E;
    text-shadow: none;
    z-index: 2;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    line-height: 3.2em;
    max-height: 3.2em;
    overflow: visible;
    animation: animate .8s;
}

table tbody td.center div:nth-of-type(5) {
    background-color: #ecdbac;
    color: #7E7E7E;
    text-shadow: none;
    z-index: 1;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    line-height: 3.2em;
    max-height: 3.2em;
    overflow: visible;
    animation: animate .8s;
}

#notes {
    text-align: left;
    border: none;
    color: #888888;
    line-height: 120%;
    font-size: 12px;
    padding-top: 1rem;
}

#comparison-footer .source {
    font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
    line-height: 120%;
    font-size: 12px;
    margin-bottom: 2em
}

@media only screen and (max-width: 600px) {
    #comparison-menu {
        width: 100%;
        margin-bottom: 1em;
    }
    #comparison-table {
        width: 100%;
    }
}

@media (max-width: 500px){

    a.item {
        font-size: 10px !important;
        text-transform: uppercase !important;
    }
    #present, #past{
        font-size: 0.928571rem;
    }

    #comparison-top, .ui.button{
        margin: 0 !important;
    }
    
}

.animate{
    transition: width 400ms ease-in-out;
}



/*# sourceMappingURL=main-6624a158.css.map*/