.uploadsystem-desc {
            text-align: justify;
            line-height: 180%;
            padding: 20px 40px;
        }
        
        .uploadsystem_element {
            margin-bottom: 10px;
        }
        
        .uploadsystem_element:last-child {
            margin-bottom: 0;
        }
        
        .uploadsystem_element_headline {
            background: #0f0f0f url(../../../images/tcat.png) repeat-x;
            color: #fff;
            border-top: 1px solid #444;
            border-bottom: 1px solid #000;
            padding: 6px;
            font-size: 12px;
            margin-bottom: 10px;
        }
        
        .uploadsystem_element_main {
            display: flex;
            gap: 10px;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: space-between;
            padding: 0 10px;
        }
        
        .uploadsystem_element_info {
            text-align: justify;
        }
        
        .uploadsystem_element_preview {
            background-size: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #6f6d6d;
            font-weight: bold;
        }
        
        .uploadsystem_upload {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            padding: 0 10px;
            align-items: center;
        }
        
        .uploadsystem_upload_info {
            width: 45%;
            border-right: 1px solid;
            border-color: #ddd;
        }
        
        .uploadsystem_upload_input {
            width: 53%;
        }
        
        .uploadsystem_upload_button {
            width: 100%;
            text-align: center;
        }
        
        .uploadsystem_signatur {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap;
            padding: 0 10px;
            align-items: center;
        }
        
        .uploadsystem_signatur_info {
            width: 54%;
            border-right: 1px solid;
            border-color: #ddd;
        }
        
        .uploadsystem_signatur_input {
            width: 44%;
            padding-left: 10px;
        }
        
        .uploadsystem_signatur_button {
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }