.ntc_section {
    position: relative;
    display: inline;
}

.ntc_area {
    z-index: 2000;
    position: absolute;
    top: 30px;
    left: 5px;
    background: #fff;
    padding: 0;
    border-radius: 5px;
    min-width: 350px;
}

.ntc_scroll {
    max-height: 600px;
    overflow: auto;
}

.ntc_header {
    /*background: #f0f4fd;*/
    /*background: #e0e0e0;*/
    font-size: 12px;
}

.ntc_div {
    padding: 15px;
    cursor: pointer;
}

.ntc_area a {
    font-size: 12px;

}

.ntc_footer {
    font-size: 12px;
    cursor: pointer;
}

.ntc_area > a:hover {
    background: #f0f0f0 !important;
}

.bg-ntc {
    /*background: #f0f4fd;*/
    background: #d9e3fa;
}

.ntc_div:hover {
    background: #e0e0e0;
}

.ntc_read_count {
    position: absolute;
    top: -5px;
    right: -2px;
    color: #fff;
    font-size: 7px !important;
    background: red;
    padding: 2px 5px;
    border-radius: 50%;
}
