
tbody.scrollContent {
	display: block;
	height: 262px;
	overflow: auto;
}

thead.fixedHeader {
	display: block;
	position: relative;
}
/**/
thead.fixedHeader th {
	background: #AAA;
	font-weight: bold;
	text-align: center;
}

tr.prvi{
    background-color:lightgrey;
    color:#8B4513;
    font-family:verdana;
    font-size:80%;
}

tr.drugi{
    background-color:#7FFFD4;
    font-family:Georgia;
    font-size:70%;
    color:#00008B;/*plavo*/
}

td.prvi{
    background-color:#F5F5DC;
    color:#F08080;
    font-family:verdana;
    font-size:80%;
    }

td.drugi{
    background-color:moccasin;
    font-family:Georgia;
    font-size:80%;
}

td.naslov{
    background-color:moccasin;
    font-family:Times New Roman, Times, serif;
    font-size:40px;
    font-style: bold;
    }

input.edit {
    width: 38%;
}

input.submit {
    width: 150%;
    background-color:yellow;
}

td.tretji{
    background-color:moccasin;
    font-family:Georgia;
    font-size:180%;
    color: green;
    font-weight: bold;
}
   
#plakat {
    position: absolute;
    color: #990000;
    font-weight: bold;
    left: 600px;
    top: 250px;
    z-index: 9;
    background: rgba(76, 175, 30, 0.9);
    text-align: center;
    border: 1px solid #d3d3d3;
}

#glava_plakata {
    padding: 2px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    opacity:0.5;
    color: #fff;
}