.mpTable thead tr th{
    background: #f7f7f7;
    color: #636363;
    text-transform: uppercase;
    font-size: 0.7rem;
    border: 1px solid #e8e8e8;
    padding: 0.4em 0;
   
}

.mpTable{
    border-collapse:separate;
    border-spacing: 0;
    width: 100%;
    margin-top: 5px;
}

.mpTable tbody tr td{     margin: 0;
    border: 1px solid #e8e8e8;
   text-align: centeR;
   padding: 2px 0;
}




@media screen and (max-width: 999px) {
.mpTable tbody tr {

    display: flex;

    flex-direction: column;
    
}




.mpTable tbody tr td{ 
text-align: left;
border:  0;
padding: 0 ;
}

}


/*ARMEMBER EDIT*/
.arm_user_current_membership_list_table, .arm_user_login_history_list_table, .arm_user_transaction_list_table{ 
    border: 0 !important;
    }


    #arm-page-subscription .arm_current_membership_list_header th, #arm-page-subscription .arm_transaction_list_header th{
        background: #f7f7f7;
        color: #636363;
        text-transform: uppercase;
        font-size: 0.7rem;
        border: 1px solid #e8e8e8;
        padding: 0.4em 0;
       
    }

    #arm-page-subscription .arm_transaction_list_item td, #arm-page-subscription .arm_current_membership_list_item td
    {
        margin: 0;
        border: 1px solid #e8e8e8;
        text-align: centeR;
        padding: 2px 0;
    }

