/* Whole document */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    max-width: 1000px;
    background: #FFFFFF;
    padding: 0px 5px 0px 10px;
    margin-top: 0;
    position: relative;
}

/* Title of the resume */
h1 {
    font-size: 30px;
    color: #757575;
    margin-bottom:0px;
    margin-top: 0;
}

address , header hgroup {
    display: inline-block;
}
address {
    vertical-align: top;
    text-align: end;
    float: right;
}



body > header span {
    display: block;
}

/* h1:hover { */
/*     background-color: #757575; */
/*     color: #FFFFFF; */
/*     text-shadow: 1px 1px 1px #333; */
/* } */

/* Titles of categories */
h2 {
    margin: 20px 0 5px 0;
    font-size: 16pt;
    break-after: avoid-page;
}
/* Bar just before each category */
h2:before {
    content: "";
    display: inline-block;
    margin-right:1%;
    width: 16%;
    height: 10px;
    box-shadow: inset 0 0 0 1000px #9CB770;
}

main section section header {
    display: flex;
    justify-content: space-between;
}
h3 {
    margin-top: 0;
    margin-bottom: 0px;
}

section > section ~ section {
    margin-top: 8px;
}
main section section header span {
    display: block;
    text-align: right;
}
main section section header div {
    max-width: 70%;
}

span.period {
    font-style: italic;
}

ul {
    padding-left: 25px;
    margin: 5px 0;
}
p {
    margin-top:0;
    margin-bottom:0px;
}

/* Links */
a {
    color: #397249;
}
