.wpast-exporter {
    .wpast-exporter-container {
        background: #ffffff;
        padding: 20px;
        margin-top: 25px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);

        header {
            border-bottom: 1px solid #eee;
            margin-bottom: 20px;
        }

        form {
            display: inline-block;
            button {
                line-height: 3;
                padding-right: 15px;
                padding-left: 15px;
            }
        }
    }
}