﻿.tooltip-close
{
    background: url(../../Images/Actions/close.png) no-repeat left;
    cursor: pointer;
    height: 16px;
    margin-top: 10px;
    margin-right: 0px;
    position: absolute;
    right: 12px;
    top: 2px;
    width: 16px;
    z-index: 4;
}

.tooltip-title
{
    border-bottom: 1px solid rgba( 0, 0, 0, 0.2 );
    color: #F5846F;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 4px;
    width: calc(100% - 40px);
    position: relative;
    top: 14px;
    margin: 0px 20px;
    margin-bottom: 16px;
    text-align: left;
}
