#teaser {
    display: flex;
    background-color: #333;
    color: #eee;
    padding: 4em;
    box-shadow: 0 0 50px #222 inset;
}

@media only screen and (max-width: 1140px) {
    #teaser {
        display: block;
        padding: 4em 1em;
    }
}

#teaser > div[role="left"] {
    flex: 1;
}

#teaser > div[role="right"] {
    flex: 2;
    align-self: center;
}

#teaser > div[role="right"] > h2 {
    margin: .5em 0 .1em 0;
}
#teaser > div[role="right"] > p {
    max-width: 850px;
}
#teaser > div[role="right"] > ul {
    margin: 0;
}
#teaser > div[role="right"] a {
    color: #a6d5ff;
    opacity: 1;
    text-decoration: none;
}
#teaser > div[role="right"] a:hover {
    text-decoration: underline;
}

section[role=personal-link] {
    display: block;
    text-align: center;
}
section[role=personal-link] hr {
    width: 10em;
    margin: .7em auto;
    border-top: 1px solid #eee;
    border-bottom: 0;
}
section[role=personal-link] a {
    display: inline-block;
    color: #eee;
    text-decoration: none;
    margin: 0 .7em;
    vertical-align: baseline;
}

div[role="my-head-container"] {
    width: 210px;
    height: 210px;
    padding: 3px;
    margin: 0 auto;
    position: relative;
    background-color: #aaa;
    border-radius: 50%;
}
div[role="my-head"] {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url("/?originalUrl=https%3A%2F%2Fsunset1995.github.io%2Fimgs%2Fsunset.jpg");
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
div[role="my-head"]::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    z-index: -1;
    background-color: white;
}

.timeline {
/*    font-family: monospace;*/
    border-spacing: .2em;
}

.timeline td {
    padding-right: .1em;
}

.timeline td.tdmain {
    padding-left: 1em;
}

.timeline td .tag {
    color: #333;
    background-color: #eee;
    border-radius: .3em;
    padding: .1em;
    font-size: .8em;
}

