html{
    height: 100%;
}

body {
    background: #eaeaea;
    font-family: Verdana, Calibri;
    font-size: 14px;
    margin: 0 auto;
    height: 100%;
}

.row{
    display: table;
    height: 100%;
    width: 99%;
}

.column-left {
    width: 275px;
    height: 100%;
    background: #787f85;
    padding: 10px;
    display: table-cell;
    vertical-align: top;
}

.column-right {
    width: auto;
    height: 100%;
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;
}

.portrait {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

img.portrait {
    width: 100%; 
    max-width: 300px; 
    border: 5px solid #787f85; 
    border-top-left-radius:50px; 
    border-top-right-radius:50px;
}

div.page {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: white;
    max-width: 280px;
    border-radius: 3px;
}

a.page {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

.mainquote {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15% 0 0 -20%;
    width: 65%;
    font-size: 56px;
    font-family: 'Merienda', serif;
    font-style: italic;
    text-indent: -1em;
    line-height: 200%;
}

.h2 {
    width: 100%;
    float:left;
    margin-top: 20px;
    border-top: 1px solid #787f85;    
    margin-right: 20px;
    clear: both;
}

.categ {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    float: left;
    clear: both;
    color: #787f85;
    width: 100%;
}

.jobname {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
    float: left;
    clear: both;
}

.jobdesc {
    padding-left: 5px;
    line-height: 175%;
}

.date {
    margin-bottom: 5px;
    font-style: italic;
    float: left;
    clear: both;
}

.jobdesc {
    float: left;
    clear: both;
    margin-bottom: 30px;
}

ul {
    margin-top: 10px;
}

li {
    margin-bottom: 10px;
}

li.contact {
    list-style-type:none;
    margin-bottom: 10px;
    line-height: 40px;
}

span.title {
    font-weight: bold;
}

span.journal {
    font-style: italic;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}