
    FIGCAPTION {
        font-size: 0.8rem;
        padding-bottom: 3px;
    }

    .newsboard-article-footer {
        position:   relative;
        float:      left;
        width:      99.9%;
        background: #f9f9f9;
        border-top: dotted 1px #ccc;
        padding:    3px;
        margin-top: 55px;
        height:     30px;
    }

    .newsboard-article-footer-published {
        position:   relative;
        float:      right;
        color:      #999;
        font-style: italic;
        margin-right:5px;
    }

    .newsboard-article-footer-author {
        position:   relative;
        float:      left;
        margin-top: -22px;
    }

    .newsboard-article-footer-author-picture {
        position:   relative;
        float:      left;
        margin-top: -25px;
        width:      40px;
        height:     40px;
        border-radius:20px;
        border:     solid 1px #ccc;
        margin-right:5px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 40px 40px;
    }
    
    
    
    
    
    
    
    
    
    /*.katlink{
        position:relative;
        float:left;
        padding: 3px 5px;
    }

    .katlink:hover, .autorlink:hover, .datumlink:hover{
        cursor:pointer;
    }


    .autorlink, .datumlink{
        position:relative;
        float:right;
        padding:3px;
        text-align:right;
    }


    .novostilink{
        position:relative;
        float:left;
        line-height:25px;
        padding:3px 15px;
    }

    .novostilink:hover{
        cursor:pointer;
    }

    .opsirnije:hover{
        cursor:pointer;
    }

    .dodatak_zatvoren{
        width: 98%;
        height: 30px;
        border: solid 1px #ccc;
    }

    .vijestDodaci:not(.dodatak_zatvoren) {
        padding-top: 8px;
    }

    .vijestTijelo {
        width: 100%;
        background: transparent !important;   
    }

    .vijestTekst {
        max-height: initial;
    }

    A[id_cal] {
        cursor: pointer;
    }*/
