body {
    /*-webkit-text-size-adjust: 100%;*/
    background-color: #fbfbfb;
    font-family: Palatino, Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.5em;
}

a {
    border-bottom: 1px dotted #666;
    color: black;
    text-decoration: none;
}

h1 {
    border-bottom: 1px solid gray;
    border-top: 2px solid black;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 2em;
    margin: 1em 0;
    text-align: center;
    text-transform: uppercase;
}

p {
    margin: 1em 0;
}

#resume {
    margin: auto;
    width: 760px;
}

#resume > div {
    margin-bottom: 2em;
}

#contact {
    text-align: center;
    margin: 1.5em;
}

#contact .name {
    font-weight: bold;
}

#experience .title {
    font-weight: bold;
    display: inline-block;
    width: 60%;
}

#experience .duration {
    display: inline-block;
    text-align: right;
    width: 38%;
}

#experience .organization {
    font-style: italic;
}

#experience .description {
    margin: 0 2em 2em 2em;
}

#experience .description ul li {
    margin: 1em;
    list-style-type: circle;
}

#skills ul li {
    margin-left: 3em;
    list-style-type: circle;
}

#skills ul {
    margin-bottom: 1em;
}

#education .degree {
    display: inline;
    font-weight: bold;
}

#education .duration {
    display: inline;
    float: right;
}

#education .school {
    font-style: italic;
}
