

table.qualifications tr td + td {
	width:15px;
}

table.qualifications th {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
}

table.qualifications {
}

em.small {
	font-size: 75%;
}

/* General styling */ 
body {
	font-family: sans-serif;
}

/* Styling of headings */
h2 {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

/* Table styles */
table {
		width: 100%;
}

td {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table#personal {
	width: auto;
	float: left;
	padding-bottom: 20px;
}

table tr > td:first-child {
	width: 12em;
	font-weight: bold;
}

table#cvbacklink tr > td:first-child, table#qualificationlink tr > td:first-child, table#hobbies tr > td:first-child, table#softskills tr > td:first-child {
	color: inherit;
	font-weight: normal;
	text-align: left;
}

/* Link styles */
a:link, a:visited {
	color: blue;
}

#qualificationleft {
	width: 48%;
	float: right;
}

#qualificationright {
	width: 48%;
}

#qualificationcolumns {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        column-width: 250px;
        column-gap: 20px;
}

table.qualifications tr td + td {
	width:15px;
}

table.qualifications th {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
}

