body {
    background: #fff;
    color: #000;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding: 20px;
}

.container {
    position: relative;
}

a,
a:visited {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #007DC1;
}

h1 {
    font-weight: 700;
    font-size: .85em;
    color: #ababab;
    border-bottom: 1px dotted #007DC1;
    letter-spacing: -0.02em;
    text-rendering: optimizeLegibility;
}

.list {
    font-size: 0.95em;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    text-rendering: optimizeLegibility;
}

.year {
    float: left;
    display: inline-block;
    width: 180px;
    margin-right: 70px;
}

.year:last-child {
    margin-right: 0px;
}
