.admin_support_email_edit_page{
    margin:20px;
}

.admin_support_email_edit_page__table{
    width:100%;
}

.admin_support_email_edit_page__table th{
    background:#dfdfdf;
}
.admin_support_email_edit_page__table td, .admin_support_email_edit_page__table th{
    border:1px solid #ccc;
    padding:0;
}
.admin_support_email_edit_page__table tr td:first-child{
    width:70px;
    background:#f0f0f0;
    text-align:center;
    vertical-align:middle;
}
.admin_support_email_edit_page__table tr:first-child td:nth-child(2),.admin_support_email_edit_page__table th{
    height:40px;
    vertical-align:middle;
}
.admin_support_email_edit_page__table td input{
    box-sizing:border-box;
    width:100%;
    padding:0 10px;
    height:40px;
    font-size:16px;
    border:0;
}

.admin_support_email_edit_page__table_input_email{
}

.admin_support_email_edit_page__table_button_remove{
    border-radius:0;
    width:100%;
    height:39px;
}

.admin_support_email_edit_page__buttons{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}
.admin_support_email_edit_page__buttons .button_type{
    width:200px;
}