/* Basic styles for Milivoj CV alma.ch */
/* Print css at end ! */

body {
	background: #FFFFFF; /*white*/
	color: #000000; /*black*/
	font-family: Arial, Helvetica, sans-serif;
	margin: 3%;
}

h1	{
	font-size: 1.2em;
	text-align: left;
}
h2	{
	font-size: 1em;
	/* text-decoration: underline; */
	font-weight: bolder;
	text-align: left;
}
h3	{
	font-size: 1em;
	font-weight: normal;
    /*background: lime;*/
    max-width: 17em;
    padding: 0.5em;
    border-bottom: 1px solid gray;
    margin-top: 1.7em;
}
h4	{
	font-size: 0.8em;
	font-weight: normal;
}

ul {
 list-style-type: none;
}

li {margin: 0.35em 0;}
/*
li:before {
 content: "⁃ ";
}
*/

em,
strong	{
	font-weight: bolder;
	font-style: normal;
	font-size: 1em;
}

A:link    { color: #0000FF; background-color: #FFFFFF }    /* unvisited links blue on white */
A:visited { color: #400080;  background-color: #FFFFFF }   /* visited links dark blue/violet on white */

.footnote	{
	font-size: small;
}
.footer	{
	font-size: small;
	color: silver;
	background: #FFFFFF; /*white*/
}
.right {
	text-align: right;
}
.printlink {
	text-align: right;
}
.printlink img {
	border: 0;
	margin-right: 0.5em;
	vertical-align: bottom;
}
.printlink a {
	text-decoration: none;
	font-size: smaller;
}


@media print {
	body {
		font-size: 10pt;
		margin: 0;
	}
	p {
		margin: 0.25em 0 0.5em 0;
	}
	h2, h3, h4, dt{
		page-break-after: avoid;
	}
	a {
		color: black !important;
		background-color: white;
		text-decoration: none;
	}
	.footnote {
		font-size: 8pt;
		/* position: fixed; */
		/* left: 0; */
		/* bottom: 0; */
	}
	hr {display: none;}
	.printlink {display: none;}
}
