/** ===============================================
    ==================== SIZES ====================
    =============================================== */

    .max-height-200 {
        max-height: 200px;
    }
    
    .min-height-200 {
        min-height: 200px;
    }
    
    .truncate {
        max-width: 30em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    #rgpd-scroll {
        height: 20em;
        overflow-y: auto;
        padding: 0 2em 0em 2em;
    }