.TheTooltip {
    display: none;
    width: 300px;
    max-height: 600px;
    border: none;
    padding: 15px 0px 0px 0px;
}

.TheTooltipHead {
    float: left;
    width: 300px;
    height: 23px;
    padding: 0px 0px 0px 0px;
    margin: 7px 0px 15px 0px;
    font-style: normal;
    font-weight: bold;
    line-height: 23px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E9E9E9;
    text-align: left;
}

.TheTooltipHead i {
    color: #093;
}

.TheTooltip p {
    width: 284px;
    line-height: 14px;
    text-align: justify;
    padding: 10px 0px 20px 0px;
}

#HelpNotice {
    width: 300px;
    height: 630px;
    border: none;
    padding: 0px 0px 0px 0px;
}

#080 {
    width: 272px;
    padding: 14px;
    text-align: center;
}

#080 p {
    width: 242px;
    padding: 14px;
    text-align: justify;
}

/* ---------------------------   DEAKTIVIRANA FUNKCIJA ----------------------------*/

.DEAKTIVIRANTheTooltip:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #fff;
    position: absolute;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 60px;
    left: -12px;
    border-right: #B2B2B2 solid 1px;
    border-top: #B2B2B2 solid 1px;
}