/**
CSS stylesheet for sys-place so it is possible to overwrite certain style from shared css files with styles specific fir sys-place
 */

#nadpis-wrap{
	margin-top: 0;
}

.notFound {
	box-sizing: border-box;
	width: 100%;
	padding: 40px 20px;
	display: block;
	justify-content: center;
	/* flex-direction: column; */
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	background: rgba(255, 255, 255, 0.25);
	margin: 50px auto 30px;
	max-width: 850px;
}

.notFound b {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.notFound a {
	margin-top: 30px;
}