.mud-slider .mud-slider-track-tick-label {
    font-size: .75rem;
    font-family: monospace;
}

.resizable-vertically textarea
{
    resize: vertical !important;
}

.money-amount{
    font-family: monospace;
    text-align : right;
}

.monetizable
{
    /*background-color: #8B0000;*/
}


.faq-item p {
    margin-bottom: 1rem;
}


.mud-input-slot img
{
    width: calc(1.1876em + 10.5px + 10.5px);
    height: calc(1.1876em + 10.5px + 10.5px);
    margin-top: -10.5px;
    margin-bottom: -10.5px;   
}


.explainer-image {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1rem;
    
    max-width: 100%;
}

.explainer-caption
{
    max-width: 310px;

    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0;
}


.mud-table-toolbar
{
    /*Otherwise it's too small on mobile*/
    height: auto !important;
}

.raw-text
{
    white-space: pre-wrap;
}



.slider-thumb-hidden input::-moz-range-thumb {
    visibility: hidden;
}

.slider-thumb-hidden input::-webkit-slider-thumb {
    visibility: hidden;
}




#dezgo_standalone_video
{
    max-width:428px;
    margin:auto;
    height: auto !important;
    transition: height 0.5s ease-out;
}
#dezgo_standalone_video iframe
{
    /* override mudblazor */
    /*width: auto !important;
    height: auto !important;*/
}






