html
{
    background: url(../images/background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin: 20px auto;
    max-width: 900px;
    background-color: white;
    padding: 30px;
    text-align: left;
    font: 95%/1.4 'HankenSans-Regular', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Okomito-Medium', Arial, sans-serif;
    color: #64acf2;
	line-height: 110%;
}

h1 {
    font-size: 3.5em;
    color: #0081ff;
}

h2 {
    font-size: 2em;
}

.header .col {
	margin-top: 25px;
}

.name-col {
    line-height: 0.9;
}

.cv-section-col {
    line-height: 1.0;
    border-top: 5px solid black;
    margin-top: 0;
    padding: 10px 0;
}

.cv-section {
    border-top: 1px solid black;
    margin-top: 40px;
}

a {
    color: dodgerblue;
    text-decoration: none;
}

a:hover {
    color: #ff9700;
}

ul {
    margin-left: 20px;
}

li {
    list-style-type: square;
}

.section-break {
    border-top: 1px grey dotted;
    padding-top: 10px;
}

.work-job-title {
	display: block;
    font-size: 120%;
    font-weight: bold;
}

.work-company {
	display: block;
    font-style: italic;
    font-size: 110%;
}

.publication-title {
	display: block;
    font-size: 120%;
    font-weight: bold;
}

.publication-author {
	display: block;
    font-style: italic;
    font-size: 110%;
}

.publication-journal {
	display: block;
    font-style: italic;
    font-size: 110%;
}

.publication-journal-details {
	display: block;
    font-style: italic;
    font-size: 110%;
}

.publication-year {
	display: block;
    font-style: italic;
    font-size: 110%;
}

.edu-qualification {
	display: block;
    font-size: 120%;
    font-weight: bold;
}

.edu-institution {
	display: block;
    font-weight: bold;
    color: #00468a;
}

.edu-year {
	display: block;
}

.edu-grade {
	display: block;
    font-style: italic;
}

.position-title {
	display: block;
    font-size: 120%;
    font-weight: bold;
}

.position-organisation {
	display: block;
    font-weight: bold;
    color: #00468a;
}

.position-year {
	display: block;
    font-style: italic;
}

.position-organisation .note {
	color: black;
	font-weight: normal;
}

.community-position {
	display: block;
    font-size: 120%;
    font-weight: bold;
}

.community-year {
	display: block;
    font-style: italic;
}

.achievements-list li {
    margin-bottom: 10px;
}

.section-spacing {
    padding-top: 10px;
}

.software-project-name {
	display: block;
    font-size: 120%;
    font-weight: bold;
}

.work-examples-title {
	display: block;
    font-weight: bold;
}

.link {
    background-repeat: no-repeat;
    font-size: 75%;
    line-height: 37px;
    padding-left: 37px;
    text-transform: uppercase;
    display: inline-block;
}

.icon-pdf {
    background-image: url(../images/icon-pdf.png);
}

.icon-ppt {
    background-image: url(../images/icon-ppt.png);
}

.icon-jpg {
    background-image: url(../images/icon-jpg.png);
}

.icon-doc {
    background-image: url(../images/icon-doc.png);
}

.icon-zip {
    background-image: url(../images/icon-zip.png);
}

.icon-print {
    background-image: url(../images/icon-print.png);
}

.info-title {
	display: block;
	font-weight: bold;
}

.info-detail {
	display: block;
}

.next-line {
	display: block;
}

.print, .print-inline {
	display: none;
}

.page-break {
	display: none;
}

.body table {
	width: 100%;
}

table, th, td {
    border: 1px solid gray;
    border-collapse: collapse;
}

th, td {
    padding: 5px;
}

th {
	color: #145a9e;
}