/* Tablet: 768px to 1024px */
@media screen and (min-width: 768px) and (max-width: 1020px) {

    .page-sidebar {
        width: 200px;
    }

    #main-content {
        margin-left: 200px;
    }

    .help-pack {
        display: grid;
        grid-template-columns: repeat(5, 1fr) !important;
    }
    
    .refcss {
        flex-direction: column;
        gap: 8px;
        margin-top: 12px;
    }
    .linkcss {
        white-space: normal !important;
        overflow-x: auto;
        word-break: normal ;
        text-align: center;
    }

}