body {
    /*font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    */
    line-height: 1.4;
    color: #333;
}

section#header {
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.2em;
}

h2 {
    font-size: 1.5em;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-top: 20px;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
}

h4 {
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.date {
    font-style: italic;
    color: #666;
}

.job:nth-last-child(n+2) {
    margin-bottom: 15px;
    border-bottom:3px dotted #AAA;
}

.job > ul { padding:0 10%; }

.job > ul > li > ul { padding: 0 5%; }

.skill-group {
    margin-bottom: 10px;
}

#skills .row { 
    margin-top:10px;
    margin-bottom:20px;
    margin-left:20px;
    margin-right:20px;
    padding:10px;
    border:2px solid #DDD; 
    border-radius:1em;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0;
}