body {
	font-family: Arial;
	font-size: 0.94em;
	line-height: 1.3em;
	background: #ddd;
}

.col1 {
	width: 100%;
}

.col2 {
	width: 50%;
}

.col3 {
	width: 33%;
}

.col4 {
	width: 25%;
}

.col5 {
	width: 20%;
}

.unicode {
	color: rgb(22, 120, 190);
	display: inline-block;
	width: 20px;
}

.title {
	text-decoration: underline;
	display: inline-block;
}
	
#webLanguages {
    width: 100%;
    text-align: right;
	margin-top: -30px;
    margin-bottom: -10px;
}

#webLanguages a {
	padding: 0 10px;
}

#webLanguages .selected {
	text-decoration: underline;
}

#webLanguages p{
  display: inline;
}

#webLanguages p:not(:last-of-type)::after {
  content: ' | '    
}

section {
	border: 1px solid #999;
	padding: 50px 30px;
	margin: 20px auto;
	-moz-box-shadow: 3px 3px 5px 6px #aaa;
	-webkit-box-shadow: 3px 3px 5px 6px #aaa;
	box-shadow: 3px 3px 5px 6px #aaa;
	max-width:1000px;
	background: white;
}

a {
	color: rgb(22, 120, 190);
	text-decoration: none;
}

a:hover {
	color: #0080C0;
	text-decoration: underline;
}

.tag {
	border-radius: 10px;
	background: rgb(22, 120, 190);
	color: white;
	padding: 0 6px;
	float: left;
    margin: 2px;
}

.tags {
	margin-top: 0.5em;
}

.floatLeft {
	float: left;
}

.floatCenter {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
	margin-left: -3.5em !important;
}

.floatRight {
	float: right;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

ul.dates > li:before, 
ul.hyphenList > li:before, 
ul.circledList > li:before {
	color: rgb(0, 112, 192);
	margin-right: 1em;
	float: left;
}

ul.hyphenList > li:before {
	content: '-';
}

ul.circledList > li:before {
	content: '○';
}

ul.dates > li:before {
	content: '📆';
}


p.hangingIndentation {
	text-indent: 40px;
	text-align: justify;
	margin: 5px 0;
}

p.hangingIndentation:first-child {
	margin-top: 1em;
}

p.hangingIndentation:last-child {
	margin-bottom: 1em;
}

#header #qrImage,
#header #profileImagePanel {
	width: 100px;
}

#header #profileImagePanel img {
    border-radius: 40px;
    aspect-ratio: 0.8;
    width: 85px;
    float: right;
}

#header div > img {
	width: 100%;
	margin-top: 40px;
}

#header #addressDetails {
	overflow:hidden;
	text-align: center;
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
}

#header .bigName {
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.375em;
	margin-top: 10px;
}

.level {
	color: lightGray;
    font-size: 200%;
}

.positive {
	color: rgb(0, 112, 192);
}

h1 {
	background-color: rgb(0, 112, 192);
	color: white;
	padding: 5px;
	font-family: Tahoma;
	font-size: 1.25em;
	margin: 5px 0;
	cursor: pointer;
}

table.fullCentered {
    width: 100%;
    text-align: center;
}

.personalData {
	margin: 0.7em 0 3.2em 0;	
}

.personalData > div {
	float: left;
	text-align: center;
}

#contact {
	width: 50%;
    margin: 0 auto;
	text-align: left;
	padding: 10px 0 10px 20px;
}

#contact td {
	white-space: nowrap;
	padding: 4px 8px;
}

#contact img {
	width: 15px;
	vertical-align: middle;
	margin-right: 5px;
}

#awardsSummary {
	display: none;
}

.educationAndAwards {
	text-align: justify;
}

.educationAndAwards ul {
	padding: 0;
}

.educationAndAwards .grade {
	font-size: 80%;
}

.educationAndAwards .details {
	font-style: italic;
}

.educationAndAwards #finalYearProject {
	font-size:90%;
	margin-top: 0;
}

.educationAndAwards ul p:first-child {
	width:180px;
	float: left;
	margin: 0;
}

.educationAndAwards ul p:nth-child(2) {
	overflow: hidden;
	margin: 7px 0;
}

.listWithDates {
	padding: 0 5px 0 25px;
	margin-top: 5px;
}

.listWithDates li {
	margin: 10px 0;
}

.listWithDates li p {
	margin: 0;
}

.listWithDates li div:first-child {
	float: left;
	display: inline;
}

.listWithDates li p:nth-child(2)::before {
	content: '📆 ';
	font-style: normal;
	color: rgb(22, 120, 190);
}

.listWithDates li p:nth-child(2) {
	float: right;
	font-style: italic;
	font-size: 80%;
	width: 150px;
}

#languages li.col {
	width: 100%;
}

#languages li p {
	margin: 0;
}

#languages li p:first-child {
	float: left;
}

#languages li p.levelContainer {
	float: right;
}

#languages .listWithDates li {
	margin: 5px 0;
}

#courses .listWithDates {
	padding-left: 0;
}

#workExperience {
    padding-top: 20px;
}

#work .job li {
	line-height: 1.6em;
    margin: 0px;
	padding: 0px;
	text-indent: -1em;
	margin-left: 3.4em;
}
	
#work .jobDescription {
	margin-top: 25px;
}

#work .jobDescription div,
#work .jobDescription p {
	margin: 0;
}

#work div.environment,
#work p.summary,
#work p.tags {
	margin-left: 1.7em !important;
}

#work .jobDescription div.environment {
	margin-top: 1em;
}

#work .jobDescription .company {
	font-weight: bold;
}

#work .jobDescription .role {
	font-size: 1.3em;
    font-family: Verdana;
    font-weight: bold;
}

#work .jobDates {
	color: #999;
}

#work p.summary {
	font-style: italic;
	line-height: 1.7em;
	margin: 10px 0;
}

#work p.summary .normal {
	font-style: normal;
}

#work .duties {
	margin-top: 5px;
}

#buttonPanel {
	clear: both;
	text-align:center;
	padding: 20px 0 40px 0;
}

#buttonPanel button {
	padding: 10px 50px;
	font-weight: bold;
	cursor: pointer;
}

#buttonPanel button a {
	color: black !important;
}

#buttonPanel button a:hover {
	text-decoration: none;
}

#footer {
	display: none;
}
	
@media screen {
	#main, #buttonPanel {
		padding-left: 5%;
		padding-right: 5%;
		min-width: 600px;
	}

	#work .job li {
		line-height: 2em;
	}
}

@media screen and (max-width: 1200px) {
	.listWithDates li p:nth-child(2) {
		float: initial;
		margin-left: 2em;
	}
		
	#contact {
		width: 330px;
	}
}

@media screen and (max-width: 900px) {
	#header #qrImage img {
		display: none;
	}
	
	#header #addressDetails {
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	
	#languages li ul {
		display: none;
	}
}

@media only screen and (max-width: 768px) {		
	#header #addressDetails {
			width: 100%;
	}
	
	#header #profileImagePanel img {
		display: none;
	}
	
	#work .location {
		display: none;
	}
}