.delete-data {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.delete-panel {
    background: #fff;
    border: 1px solid #e7e7ea;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 20px;
}

.delete-panel h2 {
    margin-top: 0;
    font-size: 1.5em;
    color: #333;
}

.delete-export {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7ea;
}

.delete-export-message {
    margin-top: 12px;
    margin-bottom: 0;
}

.delete-panel .form-group {
    margin-bottom: 20px;
}

.delete-panel .form-control {
    width: 100%;
}

.delete-success {
    padding: 10px 0;
}

.delete-footer {
    text-align: center;
    padding: 20px 0;
}
