a {
	color: #56f;
	text-decoration: none;
}

a:hover {
	color: #9af;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: "Georgia", serif;
}

h1 {
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
	padding: 2px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #cdf;
	text-align: right;
}

h2 {
	font-size: 1em;
	margin: 1em 0 1em 0;
	padding: 2px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #cdf;
	text-transform: uppercase;
}

ul.achievements {
	list-style: square;
	margin-bottom: 2em;
}

ul.achievements li {
	margin-top: 0.3em;
}

ul.subachievements {
	list-style: square;
}

ul.subachievements li {
	margin-top: 0.3em;
	font-style: italic;
}

ul.position {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.position {
	border-bottom: 1px solid #000;
	margin-top: 1em;
	padding: 0;
	display: table, table-row;
}

.body-text {
	font-size: small;
	text-align: justify;
	padding: 10px;
	max-width: 550px;
	margin: 0;
	float: left;
}

.city {
	text-align: right;
	display: table-cell;
	white-space: nowrap;
	font-style: italic;
}

.date {
	text-align: left;
	display: table-cell;
	white-space: nowrap;
}

.title {
	text-align: left;
	padding-left: 1.5em;
	padding-right: 1.5em;
	display: table-cell;
	width: 100%;
}

#personal-info {
	text-align: right;
}

#photo {
    max-width: 400px;
}

#photo img {
    width: 100%;
    height: auto;
}

#references {
	font-weight: bold;
}