/* General styling */ 
body {
	font-size: 80%;
}

/* Styling of headings */
h2 {
	clear: both;
}

table tr > td:first-child {
	text-align: left;
}

table#jobs > td {
	padding-bottom: 100px;
} 

img {
	 width: 150px;
}

