@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/SourceSansPro-Regular.woff') format('woff'),url('fonts/SourceSansPro-Regular.ttf') format('truetype'),url('fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),url('fonts/SourceSansPro-Semibold.woff') format('woff'),url('fonts/SourceSansPro-Semibold.ttf') format('truetype'),url('fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

.besedilo{
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    font-size: 12pt;
    text-align: left;
	text-decoration: none;
}
.besediloBold{
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 800;
    font-size: 14pt;
    text-align: left;
	text-decoration: none;
}
.naslov {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 800;
    font-size: 22pt;
    text-align: left;
	text-decoration: none;
	text-indent:0em;
	line-height: 1.0em;
}

.copyright {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    font-size: 10pt;
    text-align: left;
	text-decoration: none;
	text-indent:0em;
    text-decoration-color: #ff0;
}

.docType {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 600;
    font-size: 10pt;
    text-align: left;
	text-decoration: none;
	text-indent:0em;
    text-decoration-color: cornflowerblue;
}

.prerecquisites {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 800;
    font-size: 10pt;
    text-align: left;
	text-decoration: none;
	text-indent:0em;
    text-decoration-color: #808080;
}
.tabela {
	width: 800px;
	border: 0px;
	margin: 10 10 10 10;
}

.tabela2  td, th{
	border: 1px solid black;
    border-collapse: collapse;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

#loadingMessage {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
}

ul {
     font-family: 'Source Sans Pro',sans-serif;
}


.no-wrap-text {
    white-space: nowrap;
    text-overflow: ellipsis;
}