
html {
    height: 100%;
}

body {
    background-color: #111;
    font-family: Calibri, Helvetica, Arial;
}

h1 {
    color: #fff;
    font-family: Cambria, Georgia;
}

h2 {
    color: #fcfcfc;
    margin-left: 0.5em;
    font-family: Cambria, Georgia;
}

a {
    text-decoration: none;
    color: transparent;
}

#wrapper div {
    color: #fcfcfc;
    margin-left: 1em;
    display: table-row;
    margin-bottom: 2em;
}

#wrapper div div {
    position: relative;
    float: left;
}

#wrapper div div span {
    position: absolute;
    font-size: 1em;
    top: 8em;
    left: 0em;
}

div.resume {
    display: table !important;
    max-width: 600px;
    width: auto;
    margin-left: 4em !important;
}
div.resume
ul {
    margin-left: 1em;
}
div.resume
h3 {
    margin: 0em;
    font-size: 1.5em;
}
