.title-img-bg {
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-image: url('../img/pacov.jpg');
	width:100%;
	height: 100%;
}

table {
	margin-bottom: 2rem;
}

td {
	border: gray thin solid;
	padding: 0.5rem;
}

th {
	background-color: lightgray;
	border: gray thin solid;
	padding: 0.5rem;
}

tr.emph {
	background-color: cyan;
}

blockquote {
	margin-bottom: 0px	;
	margin-left: 3rem;
	padding-left: 1rem;
	border-left: lightgray 10px solid;
}

blockquote * {
	margin: 0px;
}

.draft *{
	background-image: url("../img/draft.png");
}

img {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	margin: 1ex;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 3ex;	
}



/*
p {
	font-family: 'Roboto Slab', serif;
}
 
body {
	font-family: 'Roboto Slab', serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;	
}
*/