.mousemoveulli {
    flex: 1 1 auto;
    position: relative;
    transition: 0.3s;
    padding-bottom: 5px;
}

    .mousemoveulli:after {
        position: absolute;
        transition: 0.3s;
        content: "";
        width: 0;
        left: 50%;
        bottom: 0;
        height: 3px;
        background: #0094ff;
    }

    .mousemoveulli:hover {
        cursor: pointer;
    }

        .mousemoveulli:hover:after {
            width: 100%;
            left: 0;
        }

.ipstrline {
    font-weight: normal;
    background-color: #c3f5ec;
    padding:1px 5px;
    color:#565405
}

.inputforipstr {
    text-align: center;
    margin: auto;
    width: auto;
}

.iplinkcss {
    word-break: keep-all;
    word-break: break-all;
    word-wrap: break-word;
    margin: 0 10px;
    color: #0796e6;
}

    .iplinkcss:hover::after {
        color: #0094ff;
        font-weight: bold;
    }





.sectionseq {
    padding: 60px 10px 40px 20px;
}

.contentdivcenter {
    text-align: center;
    width: 100%;
}

.ipinfoulli {
    font-size: 16px;
}

    .ipinfoulli ul {
        overflow: hidden;
        width: 100%;
        list-style: none;
        line-height: 30px;
    }

        .ipinfoulli ul li {
            width: 45%;
            float: left;
            flex: 1 1 auto;
            position: relative;
            transition: 0.3s;
            padding-bottom: 2px;
        }

.ipinfotable {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tdrt {
    /*float: right;*/
    width: 48%;
    font-weight: 700;
    text-align: right;
    line-height: 30px;
}

.tdlt {
    /*float: left;*/
    text-align: left;
    padding-left: 10px;
    line-height: 30px;
}

    .tdlt:after {
        position: absolute;
        transition: 0.3s;
        content: "";
        width: 0;
        left: 20%;
        bottom: 0;
        height: 1px;
        background: #0094ff;
    }

    .tdlt:hover {
        cursor: pointer;
    }

        .tdlt:hover:after {
            width: 25%;
            left: 0;
        }

.logotext {
    font-weight: 700;
    font-size: 20px;
}
