.import_icons{

}
.import_icons img{
    padding-right: 20px;
    width: 64px;
}
 #page_importcontacts_index .table_cell, #page_importcontacts_export .table_cell{
     display: table-cell;
     vertical-align: middle;
     padding: 10px 20px 10px 20px;
     border-bottom: 1px solid #eee;
 }
.user-sticky-bar ul.user-sticky-bar-items li.user-icon a.no_image_user, .user-sticky-bar ul.user-sticky-bar-items li.user-icon img.has_image,
.panel-item-content .img-wrapper img,
.panel-item .img-wrapper img,
.item-user-request-outer .img-wrapper img,
.user_tooltip_image .img-wrapper img,
.admincp_right_group .admincp_user .admincp_user_image .img-wrapper img, .admincp_right_group .admincp_user .admincp_user_image .no_image_user img
{
    width: 100% !important;
    height: 100% !important;
}
#page_importcontacts_index .table_cell h3,#page_importcontacts_export .table_cell h3{
    display: table;
    border-bottom: 1px solid #2681d5;
    padding-bottom: 7px;
}
#page_importcontacts_index .table,#page_importcontacts_export .table{
    display: table;
    width: 100%;
}
#page_importcontacts_index .table2{
    display: table;
    width: 100%;
}
#page_importcontacts_index  .table_tr,#page_importcontacts_export  .table_tr{
    display: table-row;
}
.invite_emails{
    width: 100%;
    overflow-y: scroll;
    min-height: 100px;
    max-height: 300px;
    background: #eeeeee61;
    padding: 0 10px;
    margin: 10px 0;
}
.fl{
    float:left;
}
.big_text {
    font-size: 16px;
    font-weight: bold;
    padding-right: 7px;
}
.light_bg {
    background: rgba(239, 239, 239, 0.21);
    display: table;
    width: 100%;
}
@media (max-width: 780px)  {
    .table_tr.Facebook{
        display: none !important;
    }
    .table-bordered{
        display: block;
        overflow: auto;
    }
    #page_importcontacts_index .table,#page_importcontacts_export .table{
        display: block;
    }
    #page_importcontacts_index .table_cell,#page_importcontacts_export .table_cell{
        display: block;
        overflow: hidden;
    }
    #page_importcontacts_index .table_tr,#page_importcontacts_export .table_tr{
        display: block;
    }
}
