html {
    scroll-behavior: smooth;
}

table.trades-table, table.trades-table thead {
    width: 100% !important;
}

table.trades-table {
    line-height: 10px;
}

#trades_details_daily_stock_table_wrapper .dataTables_scrollBody,
#trades_details_daily_table_wrapper .dataTables_scrollBody {
    max-height: 500px !important;
    resize: vertical;
}

#trades_details_daily_stock_table_wrapper .dataTables_scrollBody[style*='height'],
#trades_details_daily_table_wrapper .dataTables_scrollBody[style*='height'] {
    max-height: unset !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
    background-image: none !important;
}

.p-4-5 {
    padding: 2rem !important;
}

.p-sides-4-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.highlight {
    background: lightgray !important;
}

.margin-0 {
    margin: 0 !important;
}

.wm-100-50 {
    width: calc(100% - 50px) !important;
}

.wm-100-10 {
    width: calc(100% - 10px) !important;
}

.wp-100-53 {
    width: calc(100% + 53px) !important;
}
