* {font-family:"ubuntu","Mitr";touch-action: manipulation;}

.text-xxs { font-size: 0.65rem !important;}
.text-xs { font-size: 0.75rem !important; }
.text-sm { font-size: 0.875rem !important; }
.text-md { font-size: 1rem !important; }
.text-lg { font-size: 1.25rem !important; }
.text-l { font-size: 1.5rem !important; }
.text-xl { font-size: 2rem !important; }

#evdiv table {border:0 !important;}
#evdiv table thead {display:none;}
#evdiv table td {border:0 !important;background-color: #f5f7fb !important;padding:0 !important;}

.aligner { display: flex; align-items: center; justify-content: center; }
.aligner_left { display: flex; align-items: center; justify-content: start; }
.aligner_left_top { display: flex; align-items: flex-start; justify-content: flex-start; }
.aligner_right { display: flex; align-items: center; justify-content: flex-end; }
.aligner_right_top { display: flex; align-items: flex-start; justify-content: flex-end; }
.aligner_top { display: flex; align-items: flex-start; justify-content: center; }
.aligner_bottom { display: flex; align-items: flex-end; justify-content: flex-start; }

.overlay {
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    position: absolute;
    z-index: 1052;
}