html {
    background-color: lightgrey;
}

body {
    margin: 12px auto;
    font-size: 0.8em;
    font-family: Verdana, Arial, Sans-serif;
    width: 800px;
    background-color: white;
    padding: 30px;
    box-shadow: 3px 3px 20px 4px grey;
}

.head {
    text-indent: 24px;
    font-size: 30px;
}
.contact {
    font-size: 0.4em !important;
    text-align: right;
}
.homepage {
    font-size: 0.4em !important;
    text-align: right;
}
.email {
    font-size: 0.4em !important;
    text-align: right;
}
.pdf {
    font-size: 0.4em !important;
    text-align: right;
}
.photo {
    text-align: right;
    padding: 4px;
}

h2, .subsection {
    color: darkgray;
    margin-top: 8px;
    margin-left: 150px;
    font-size: 1em !important;
    font-weight: normal;
    margin-bottom: 0;
}
h1, .section {
    font-weight: normal;
    font-size: 20px;
    color: darkgray;
    text-indent: 0;
    margin-top: 20px;
}
h1:before, .section::before {
    border-top: 
    darkBlue solid 5px;
    width: 84px;
    content: " ";
    display: inline-block;
    margin: 4px 4px 4px 52px !important;
}

.cventry, .cvitem, .cvdoubleitem {
    margin-left: 150px;
    margin-top: 12px;
}
.cvlist {
    margin-left: 170px;
}
.cvlistdoubleitem {
    margin-left: 158px;
}

.cvitem, .cvdoubleitem {
    margin-top: 2px;
}
.cventry > .title {
    font-weight: bold;
}

.cvlist {
    list-style: circle outside;
    display: list-item;
}

.cvlistdoubleitem > span:before{ content:"-"; position:relative; left:-6px;}

.cvlistdoubleitem > .item2 {
    margin-left: 200px;
}

.time, .cvitem > .title, .cvdoubleitem > .title1 {
    text-align: right;
    display: block;
    width: 135px;
    margin-left: -150px;
    height: 0px;
}

.cvdoubleitem > .cont1 {
    width: 230px;
    display: inline-block;
}

.cvdoubleitem > .title2 {
    display: inline-block;
    width: 100px;
}
.cvitem > .comment {
    float: right;
}

.cventry > .title, .employer {
    font-style: italic;
}

.cventry .desc {
    display: block;
}


span.i {
    font-style: italic;
}
