.form-group {
  margin: 20pt;
  margin-top: 20pt;
  width: 300pt;
}

.signature-container {
            border: 2px solid #ddd;
            border-radius: 5px;
            background: white;
            margin-bottom: 10px;
        }
        
        #signature-pad {
            width: 100%;
            height: 200px;
            cursor: crosshair;
            border-color: #000;
        }
        
        .signature-buttons {
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
        }
        
        .btn {
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
        }
        
        .btn-primary {
            background: #007bff;
            color: white;
        }
        
        .btn-secondary {
            background: #6c757d;
            color: white;
        }
        
        .btn-danger {
            background: #dc3545;
            color: white;
        }
        
        .signature-preview {
            margin-top: 20px;
            text-align: left;
            border-color: #000;
        }
        
        .signature-preview img {
            width: 100%;
            height: 200px;
            border: 1px solid #ddd;
            border-radius: 5px;
            border-color: #000;
        }

th {
  text-align: center;
}
td {
  text-align: center;
}