@charset "utf-8";
/* CSS Document */


.ide    {
       font-family: "Segoe UI", Verdana, Tahoma;
       font-size: 70%;
       text-transform: none;
       color: #999;
       border-bottom: 1px dotted #f7f7f7;
       margin-bottom: 8px;
       margin-right: 15px;
       vertical-align: bottom;
       }

.kalendar {
	
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	color: #C6599B;
        width: 98%;
	text-align: left;
        padding: 7px 0 2px 5px;
        height: 20px;
	font-weight: bold;
        margin-bottom: 20px; 
        border-bottom: 1px solid #e7e7e7;
      
}

p {
       font-family: "Segoe UI", Verdana, Tahoma;
       font-size: 70%;
       text-transform: none;
       color: #999;
       border-bottom: 1px dotted #f7f7f7;
       margin-bottom: 8px;
       margin-right: 15px;
       vertical-align: bottom;

}
.rezultat {
            border: 1px solid #e7e7e7;
            font-weight: bold;

            background-color: #f7f7f7;
            width: 100%;
}
.rezultat2 {
       text-align: center;
       font-family: "Segoe UI", Verdana, Tahoma;
       font-size: 120%;
       text-transform: none;
       color: #999;
       padding-bottom: 10px;

}

.rezultat3 {
       text-align: left;
       font-family: "Segoe UI", Verdana, Tahoma;
       font-size: 60%;
       font-weight: bold;
       text-transform: none;
       border: 1px solid #e7e7e7;
       background-color: #f7f7f7;
       color: #999;
       padding: 10px;
       margin: 3px 0 8px 0;

}

.rezultat_naslov {
       padding-left: 10px;
       padding-top: 5px;
       font-family: "Segoe UI", Verdana, Tahoma;
       font-size: 70%;
       text-transform: none;
       color: #999;
}

.upozorenje {
	border: 1px solid #E5B2D0;
	padding: 12px;
	margin: 10px 0 10px 0;
	color: #8E3169;
	font-family: "Segoe UI", Verdana, Tahoma;
	font-weight: bold;
	background-color: #F8DDDD;
	font-size: 70%; }