﻿.highlighted-author {
    color: white;
}

.resume-row {
    margin: 10px 20px 20px 20px;
}

.highlighted-date {
    color: white;
}

.resume-list {
    padding-bottom: 10px;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .resume-list {
        padding-left: 10px;
    }
}

.resume-listitem {
    padding-bottom: 5px;
}

.resume-header-column {
}

.resume-content-column {
}

.resume-break {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: -20px;
    background-color: #686f74;
    height: 1px;
}
