.welcome-dashboard h1 {
    font-weight: 700;
}

.documentation {
    width: 60%;
    padding-right: 1rem;
}

.documentation ol > li {
    margin-bottom: 1rem;
}

.history {
    width: 40%;
    background: #d8dee1;
    padding: 1rem;
}

.history h2 {
    margin-top: 0;
    line-height: 1;
    font-size: 24px;
}

.history ul {
    margin: 0;
}

.history ul li {
    margin-bottom: .25rem;
}

.history .date {
    color: #666;
}

.documentation a {
    color: #248dc4;
    text-decoration: underline;
}

.bold {
    font-weight: 700;
}

.responsive-video {
    padding: 56.25% 0 0 0;
    position: relative;
    width: 100%;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}