.thedatevis{
    margin-bottom: 5px;
}
.thedatevis ul{
    display: flex;
    flex-wrap: wrap;
}
.thedatevis ul li{
    margin-right: 35px;
    position: relative;
    padding-left: 20px;
    color: #999999;
}
.thedatevis ul li:last-child{
    margin-right: 0;
}
.thedatevis ul li a{
    color: var(--cms-color-base, #cf3732);
}
.thedatevis li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.thedatevis li.idate::before{
    background-image: url('../images/idate.png');
}
.thedatevis li.ivisu::before{
    background-image: url('../images/imem.png');
}
