
.pdqcsv-csv-builder-form-content {
    margin-bottom: 1em;
}

.pdqcsv-csv-builder-form-content h2 {
    margin-top: 3em;
}

.pdqcsv-csv-builder-form-content h2:first-child {
    margin-top: 1em;
}

.pdqcsv-h2-description {
    margin-top: -1em;
    opacity: 0.7;
}

.pdqcsv-csv-builder-buttons {
    margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid #ccc;
}

.pdqcsv-status {
    animation: status-blink 1s infinite;
}

.pdqcsv-status.finished {
    animation: none;
    opacity: 1;
}

.pdqcsv-tip {
    opacity: 0.7;
    font-style: italic;
}

@keyframes status-blink {
    0% { opacity: 1 }
    50% { opacity: 0.5 }
    100% { opacity: 1 }
}