﻿.info-reg-icon {
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted #666;
    text-align: left;
}
.ingo-reg-box-container {
    position: absolute;
    top: 0;
    left: 39px;
    box-shadow: 1px 1px 1px 1px #f7c612;
    border-radius: 4px;
    padding: 10px 20px;
    border: 1px solid #c8cac3;
    background-color: #fdedcb;
    display: none;
    min-width: 260px;
    text-align: left;
}

    .ingo-reg-box-container ul {
        margin: 0;
        padding: 0;

    }



        .ingo-reg-box-container ul li {
            line-height: 26px;
            font-size: 11px;
            line-height: 26px;
            font-size: 11px;
            margin: 0px 0px 0px 14px;
            border: 0;
            list-style-type: disc;
        }
    .ingo-reg-box-container h2 {
        color: #3e3d3d;
        font-size: 12px;
        font-weight:bold;
        margin: 0px 0px 11px 0px;
    }

.info-reg-icon i {
    background-color: #eaaf33;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 1px 1px 4px 0px #9e9a9a;
}
.ingo-reg-box-container:before {
    content: '';
    border-right: 15px solid #c1ac17;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: -15px;
    top: 0px;
    z-index: 999;
}

