
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: black;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}



p {
        font-family: Roboto, 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px;
        line-height: 19px;
        color: black;
        margin-top: 0px;
        margin-right: 35px;
        margin-bottom: 13px;
        margin-left: 35px;
}

tbody {
        font-size: 13px;


}

div.feature {
    position: absolute;
    left: 12px;
    top: 11px;
    width: 108px;
    height: 55px;
//    border: 3px solid #73AD21;
    border: 0;
}

    div.feature a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-decoration: none; /* No underlines on the link */
        z-index: 10; /* Places the link above everything else in the div */
        background-color: #FFF; /* Fix to make div clickable in IE */
        opacity: 0; /* Fix to make div clickable in IE */
        filter: alpha(opacity=1); /* Fix to make div clickable in IE */
    }

sup {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}


h4 {
	font-family: Roboto, 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: black;
        margin-top: 2px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}

h3 {
	font-family: Roboto, 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}


.capt {
	font-size: 10px;
	font-weight: normal;
        margin-top: 3px;
}


.def {
        border: 1px;
        border-color: white;
	border-style: solid;
}

.stamna {
	background-color: #666666;
        border: 1px;
        border-color: #333333;
	border-style: solid;

}

.ssvetla {
	background-color: #999999;
        border: 1px;
        border-color: #666666;
	border-style: solid;
}

.defpozadina {
	background-color: #F2EBD9;
        border: 1px;
        border-color: #CCCCCC;
	border-style: solid;
}

.secpozadina {
	background-color: #E4D9AF;
        border: 1px;
        border-color: #CCCCCC;
	border-style: solid;
}

.belapozadina {
	background-color: white;
        border: 1px;
        border-color: #CCCCCC;
	border-style: solid;
}

.stangla {
	color: white;
        font-size: 13px;
	text-align: left;
}

.znakgt {
	color: #FF0000;
	font-size: 10px;
}

.glavna {
	background-image: url('../assets/images/pozadina.gif');
	background-repeat: repeat-y;
	border-left-style: none;
	border-bottom-style: none;
	border: 1px;
        border-color: white;
	border-top-style: solid;
	border-right-style: solid;
}

.glavna2 {
	background-image: url('../assets/images/pozadina2.gif');
	background-repeat: repeat-y;
	border-left-style: none;
	border-bottom-style: none;
	border: 1px;
        border-color: white;
	border-top-style: solid;
	border-right-style: solid;

}

.potpis {
	font-size: 11px;
	font-weight: bold;
	margin-left: 35px;
}

.citat {
	font-size: 11px;
	margin-left: 35px;
	margin-right: 35px;
}

.acenter {
	text-align: center;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}