.Regulators-div{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    display: block;
    width: 125px;
    background: rgba(173, 173, 173, 0.4);
    z-index: 99999;
}
.Regulators-div ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.Regulators-div ul li{
    border-bottom: 1px solid #000;
    width: 100%;
}
.Regulators-div ul li:last-of-type{
    border-bottom: unset;
}   
.Regulators-div ul li div{

    padding: 8px;
}
.Regulators-div ul li div > a{
    display: block;
    color: #000;
    text-decoration: unset;
    cursor: auto;
    text-align: center;
}
.Regulators-div ul li div > p{
    text-align: center;
    margin-top:8px;
    user-select: none;
}
.Regulators-div ul li div > p > span{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #9e9e9e;
    cursor: pointer;
    border-radius: 3px;
}