

/* nt-title */

#nt-title-container {
    background: #F2F2F2;
}

#nt-title {
}

    #nt-title li {
        font-size: 28px;
        color: #4E4E4E;
        white-space: nowrap;
        overflow: hidden;
         text-overflow: ellipsis;
    }


/* nt-example1 */

#nt-example1 {
    max-width: 620px;
    margin: 0px 0px 0px -32px;
}

#nt-example1-container {
    text-align: center;
}

    #nt-example1-container i {
        font-size: 17px;
        color:#0a2a46;
        margin: 0px 5px 0px 0px;
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        #nt-example1-container i:hover {
            color: #333;
        }

#nt-example1 li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .20px;
    color:#0a2a46;
    font-family: "Oxygen", sans-serif;
    overflow: hidden;
    height: 58px;
    padding: 10px 10px;
    text-align: left;
    margin:4px 0px;
    border-bottom: 1px solid #61798e;
}

    #nt-example1 li span {
        font-size: 13px;
        color: #403192;
        font-family: "Oxygen", sans-serif;
    }
