.tbmain table {    margin-left: auto;
    margin-right: auto; 
    width: 100%;
}

/* helps with mobile responsiveness of tables in NeonCRM pages */

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
.neon_C_content.neoncrm-responsive table, .neon_C_content.neoncrm-responsive tbody, .neon_C_content.neoncrm-responsive thead, .neon_C_content.neoncrm-responsive tr, .neon_C_content.neoncrm-responsive td {
    display: block;
}

sup {
float: left;
}
}
