/* style-user.css */

.msh-obj.anydata .val-text {
    color: lime;
    background-color: antiquewhite;
    /*width: 73px;*/
    text-align: center;
}

:root {
    --wm-rafan-dsc-width: 600px;
}

@media screen and (max-width: 580px) {
    :root {
        --wm-rafan-dsc-width: 200px;
    }
}
