﻿ @media screen and (min-width: 1410px) {
        .responsivetable {
            width: 100%;
        }
    }

    @media screen and (max-width: 1410px) {
        .responsivetable {
            display: block;
            overflow-x: auto;
            width: fit-content;
        }
    }