﻿#iiltsdiv {
    position: absolute;
    top: 5px;
    height: 40px;
    /* width: 250px; */
    left: 215px;
    float: left;
    z-index: 10000;
    cursor: pointer;
}

#iiltsinnerdiv {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    color: rgba(55, 0, 235, 1);
    line-height: 32px;
    text-align: center;
    background: white;
    vertical-align: middle;
}
