﻿.jarvis_table_fixed_header {
    table-layout: fixed;
    border-collapse: collapse;
    width:100%;
}
    .jarvis_table_fixed_header tbody {
        display: block;
        overflow: auto;
        height: 100px;
        width: 100%;
    }
.jarvis_table_fixed_header thead tr {
    display: block;
}
.jarvis_table_fixed_header thead {
}

    .jarvis_table_fixed_header th, .fixed_header td {
        padding: 5px;
        text-align: left;
        width: 200px;
    }

.jarvis-wrap-breakWord {
    overflow-wrap: break-word;
}

.jarvisEnvironment {
    background: linear-gradient(93deg, rgba(65,6,6,1) 0%, rgba(247,0,26,1) 100%, rgba(121,108,143,1) 100%, rgba(0,212,255,1) 100%);
    text-align: center;
    color: white;
}
