/* Add here all your CSS customizations */

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }

.sublist {
    padding-left: 50px;
}

.anti{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.no-trf {
    text-transform:none!important;
}

.thick { font-weight: bold;  }