@CHARSET "US-ASCII";

.pageBreak {
    page-break-after: always
}

.printPageHeader {
    visibility: visible;
    height: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cv h2, .cv h3, .cv h4, .cv p, .cv li {
    font-size: 11.0px;
}

.cv {
    margin-left: 20px;
    margin-right: 20px;
}

.twoColumnContent aside img {
    float: right;
    max-height: 100px;
    padding: 6px;
}

.cv header {
    margin-top: 18;
    margin-bottom: 8;
    padding-top: 0;
    padding-bottom: 0;
}

.cv header h1 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.cv header h2 .cv header h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

/* override column width as a smaller font size is used */
.twoColumnContent section.leftContent{
    width: 120px;
}

.twoColumnContent aside {
    width: 850px;
}