#cv {
    padding: 20px 10px 20px 10px;
    background-color: white;
    color: black;
    max-width: 1080px;
    margin: 0px auto;
}

#cv h2 {
    text-align: left;
    float: left;
    color: #8f7c68;
    padding-bottom: 5px;
}

.jobtitle {
    float: left;
    margin-left: 5px;
    padding-top: 8px;
    padding-bottom: 7px;
}

.contact {
    float: right;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.papertitle {
	font-size: 1.1em;
}

.paperlinks {
	margin-bottom: 5px;
	display: block;
}

.award {
    font-weight: bold;
    color: red;
}

#blurb {
    clear: both;
}

#cv h3 {
    padding-top: 6px;
    padding-bottom: 0px;
    color: #4f6b78;
    clear: both;
}

#cv hr {
    color: #1a3d4e;
    background-color: #1a3d4e;
    background: #1a3d4e;
    height: 0px;
    clear:both;
    display:block;
    border:solid 2px #1a3d4e;
}

#cv p {
    padding: 0px 0px;
    text-align: justify;
}

#cv table td {
    padding: 8px 0px;
}

#cv table td:first-child {
    color: #8f7c68;
    font-weight: bold;
    width: 220px;
    padding-right: 15px;
    vertical-align: top;
}

#cv table img {
    height: 102px;
}

#picture {
	margin-top: 15px;
    width: 33%;
    height: 240px;
    display: inline-block;
    float: right;
}

#profilePicture {
    float: left;
    height: 240px;
    border-left: 10px solid white;
    border-right: 10px solid white;
}

#text {
	margin-top: 15px;
    float: right;
    max-width: 67%;
    height: 206px;
	padding: 50px 0 0 0;
}

#text p {
    text-align: justify;
    padding: 10px 5%;
}