.none {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wrapit {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    display: inline-block !important;
    max-width: 100% !important;
}

.jsnone {
    display: none;
}
.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}


.mtexc {
    text-align: center !important;
    align-items: center !important;
}

.mtexl {
    text-align: left !important;
    align-items: left !important;
}

.mtexr {
    text-align: right !important;
    align-items: right !important;
}

.red {
    color: var(--red) !important;
}

.green {
    color: var(--green) !important;
}


.mtex1,
.mtex2,
.mtex3,
.mtex4,
.mtex5,
.mtex6,
.mtex7 {
    font-family: 'Gill Sans', 'Gill Sans MT''Trebuchet MS', sans-serif !important;
    text-decoration: none !important;

}

.mtex1,
.mtex2,
.mtex3,
.mtex4 {
    font-weight: 900 !important;
    color: var(--txt);
}

.mtex1 {
    font-size: 72px !important;
}

.mtex2 {
    font-size: 64px !important;
}

.mtex3 {
    font-size: 48px !important;
}

.mtex4 {
    font-size: 32px !important;
}

.mtex5,
.mtex6,
.mtex7,
.mtex8,
.mtex9 {
    /* opacity: 0.99; */
    color: var(--txt);
}

.mtex5 {
    font-size: 18px !important;
}

.mtex6 {
    font-size: 16px !important;
}

.mtex7 {
    font-size: 14px !important;
}

.mtex8 {
    font-size: 12px !important;
}

.mtex9 {
    font-size: 10px !important;
}



/* EXTRAS ALL ROUND */

#results {
    color: var(--txt);
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.space5 {
    height: 5px;
    display: block;
}

.space10 {
    height: 10px;
    display: block;
}

.space20 {
    height: 20px;
    display: block;
}

.underlined {
    text-decoration: underline;
}

.bold {
    font-weight: 700;
}
