body {
    background-color: black;
    color: white;
    font-size: 0.75em;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    text-align: center;
}

.main {
    background-color: #003a4f;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 700px;
    width: auto;
    padding: 10px 20px 20px 20px;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    font-variant: small-caps;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 40px;
}

h1 {
    margin-top: 0px;
    text-align: right;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: medium;
}

hr {
    border: none;
    height: 1px;
    background-color: red;
}

p, ul, .content {
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: small;
    line-height: 1.4;
}

p {
    text-indent: 2.5em;
    text-align: justify;
}

ul {
    margin-left: initial;
}

a {
    color: lightcyan;
}

a:hover {
    text-decoration: none;
}

/* Menu */
.menu {
    position: relative;
    margin: 1em;
    overflow: hidden;
}
.menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.menu li {
    flex-grow: 1;
    flex-basis: auto;
    margin: 0.25em 0;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid #006E8F;
    border-right: 1px solid #006E8F;
    list-style-type: none;
}

.italic {
    font-style: italic;
}

td.date-col {
    width: 20%;
    vertical-align: top;
    color: #cccccc;
}

td.content-col {
    width: 80%;
    vertical-align: top;
}

ul.resume-ul {
    color: #cccccc;
}