/* Tooltip container */
.tooltip {
    overflow: visible !important;
    position: relative !important;
    display: inline-block;
    border: 0 !important;
    border-bottom: 1px dotted black !important; /* If you want dots under the hoverable text */
    height: auto !important;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px !important;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 1px 5px 1px;
    border-radius: 6px;
    text-shadow: none;
    height: auto !important;

    /* Position the tooltip text - see examples below! */
    position: absolute !important;
    z-index: 1;
}

.tooltip:hover {
    min-width: 0 !important;
    overflow: visible !important;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}




span.m_info, span.m_info2 {
    float: right;
    color: black;
    background-color: white;
    opacity: 0.6;
    padding: 3px;
    margin: 3px;
    min-width: 56px;
    text-align: center;
}

span.m_info {
    border-radius: 4px;
}

span.m_info div {
    display: contents;
}

span.m_info2 {
    border-radius: 5px;
    background-color: darkkhaki;
    opacity: 0.8;
    float: left;
    min-width: 20px;
    padding: 10px 10px;
    z-index: 1;
    position: absolute;
}

span.m_info_maturity {
top: calc(100% - 2em);
position: absolute;
right: 0;
/*left: calc(100% - 2em);*/
/*top: calc(100% - 2.75em);
position: absolute;
left: calc(100% - 3em);
background-color: gray;
opacity: 0.75;
margin-right: 15px;
width: 35px;
padding: 4px 0;
border-radius: 15px;*/
}







/* tooltipAct - popup pre actor/character */

.tooltipAct div.actor_gal {
    height: 205px; display: inline;
}
.tooltipAct .actor_gal img {
    border: 1px white solid;
    height: 190px; 
    width: auto !important; 
    margin-right: 9px !important;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
}

.tooltipAct { 
    position: fixed;
    background-color: white;
    padding: 0 30px;
    border: 1px black solid;
    width: calc(80%);
    left: calc(15%);
    z-index: 9999;
    min-height: 120px;
}

.tooltipAct .close_button {
    position: absolute; top: 2px; left: 0px;  width: calc(100%);
    margin: 0; width: calc(100%); text-align: center;
    display: inline-block;
    height: 2.60em;
    /*	margin-top: 1.25em;
            padding: 0em 1.25em 0em 1.25em;*/
    background: #766946;
    border-radius: 5px;
    line-height: 2.60em;
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    font-size: 0.90em;
    color: #FFFFFF;
    cursor: pointer;
}