﻿.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: 390px;
    text-align: left;
}

.ingo-reg-box-container ul{
}



.ingo-reg-box-container ul li {
    line-height: 26px;
    font-size: 11px;
}
    .ingo-reg-box-container h2 {
        color: #3e3d3d;
        font-size: 12px;
        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;
}

