﻿.mangaship-rozet > img {
    width:20px;
}

.mangaship-rozet {
    position: relative;
    display: inline-block;
}

    .mangaship-rozet::after {
        content: attr(data-title);
        position: absolute;
        top: 30px;
        left: -230px;
        padding: 15px 15px 15px 15px;
        opacity: 0;
        word-wrap: break-word;
        background: #fff url(header.png) no-repeat;
        background-size: 101% 25%;
        font-size: 15px;
        height: auto;
        width: 250px;
        -moz-box-shadow: 0 0 4px #222;
        -webkit-box-shadow: 0 0 4px #222;
        box-shadow: 0 0 4px #222;
        pointer-events: none;
        text-align:center;
    }

    .mangaship-rozet:hover::after {
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        pointer-events: auto;
    }

#rozet-mesaj {
    font-family: Calibri, Arial, sans-serif;
    font-size: 20px;
}

    #rozet-mesaj a {
        text-decoration: none;
        color: #000;
        z-index: 99;
    }
