.page-content {
    font-size: 14px;
}

div.resume-header {
    text-align: center;
}

h1 {
    margin-bottom: 0.3em;
}

h2 {
    border-bottom: 1px solid black;
    margin-top: 0.83em; /* fudge factor for page breaks */
    margin-bottom: 0.7em; /* fudge factor for page breaks */
}

h3 {
    font-size: 100%;
    margin-bottom: 0.4em; /* fudge factor for page breaks */
}

ul {
    margin: 0px;
    padding-right: 20px;
}

li {
    margin: 0.3em 0;
}

.page-content a {
    color: #333;
    text-decoration: underline;
}

.page-content h3 a {
    text-decoration: none;
}

.resume-date {
    float: right;
    font-weight: normal;
    font-style: italic;
}

.full-name {
    color: #777;
}

@media print {
    h1 {
        margin-top: 0;
    }
}
