:root {
    --content-height: 0;
}

main table td {
    user-select: none;
    width: 50%;
    padding-top: 50px;
}

.underliney {
position:relative;
user-select:auto;
border-bottom:3px solid black;
}
td.centery {
    position:relative;
}
.righty {
    text-align:right;
    border-left: 20px solid black;
}
.lefty {
    border-right: 20px solid black;
}
.shorty {
    padding-top:10px;
}
.reallyshorty {
    padding:0;
    font-size:20px;
}
.agap {
    margin-bottom:200px;
}

#historytitle {
    text-align:center;
    font-size:4em;
    margin:2rem;
}
#historytable {
    width:85%;
    max-width:1800px;
    border-collapse:collapse;
    margin: 0 auto;
}

table a {
    color: #fff79e;
    text-decoration: none;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black,
        1px 0 0 black,
        -1px 0 0 black,
        0 1px 0 black,
        0 -1px 0 black,
        0 0 1px black;
    
    white-space: nowrap;
}
table a:hover {
    text-decoration: underline;
}

.centext {
    text-align:center;
    font-size:2em;
    padding: 20px 0;
    font-weight: bold;
}

.revealer {
    position:absolute;
    bottom:-2.1em;
    width:50px;
    height:25px;
    left: 50%;
    transform: translateX(-50%);

    background-color: #ff64b1;
    color:#000;
    border: none;
    border-radius: 0 0 30% 30%;
    transition: 0.1s ease-in-out;
}
.revealer:hover {
    background-color: #ff00a1;
}
.revealer:active {
    background-color: #cc008c;
}
i {
    user-select:none;
}

.detail {
    height:0;
    overflow:hidden;
    font-size:0.9rem;
    text-align:left;
    padding: 0 0.5rem;
    transition: 0.5s;

    background-color:white;
    border-top-right-radius:1rem;
    border-top-left-radius:1rem;
}
.shown {
    height: var(--content-height);
    padding: 0.5rem 0.5rem;
}

.experience {
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black,
        1px 0 0 black,
        -1px 0 0 black,
        0 1px 0 black,
        0 -1px 0 black,
        0 0 1px black;
}