.onemr {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: small;
    background-color: rgb(247, 243, 237);
    margin-top: 30px;
    width: 99%;
    
}

.onemr:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.fl-table1 {
    border-radius: 5px;
    font-size: 10px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table1 td,
.fl-table1 th {
    text-align: center;
    padding: 0px;
}

.fl-table1 td {
    border-right: 1px solid #f8f8f8;
    font-size: 10px;
}

.fl-table1 thead th {
    color: #ffffff;
    background: #2b6e6e;
}

.fl-table1 thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table1 tr:nth-child(even) {
    background: #f8f8f8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table1 {
        display: block;
        width: 100%;
    }
    .table-wrapper:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 10px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table1 thead,
    .fl-table1 tbody,
    .fl-table1 thead th {
        display: block;
    }
    .fl-table1 thead th:last-child {
        border-bottom: none;
    }
    .fl-table1 thead {
        float: left;
    }
    .fl-table1 tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table1 td,
    .fl-table1 th {
        padding: 20px 0.625em 0.625em 0.625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table1 thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table1 tbody tr {
        display: table-cell;
    }
    .fl-table1 tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table1 tr:nth-child(even) {
        background: transparent;
    }
    .fl-table1 tr td:nth-child(odd) {
        background: #f8f8f8;
        border-right: 1px solid #e6e4e4;
    }
    .fl-table1 tr td:nth-child(even) {
        border-right: 1px solid #e6e4e4;
    }
    .fl-table1 tbody td {
        display: block;
        text-align: center;
    }
}
/* subheading design */
.seven{
    text-align: center;
    font-size: 10px;
     font-weight: bold; 
    color: solid brgb(0, 0, 0);
    letter-spacing: 1px;
    text-transform: uppercase;
  text-decoration: solid;
    display: grid;
     grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 10px 0;
    grid-gap: 1px; 
    align-items: center;
  }
  
  .seven:after,
  .seven:before {
    content: " ";
    display: block;
    border-bottom: 2px solid brown;
    border-top: 2px solid brown;
    height: 0px;
    background-color: #f8f8f8;
  }
  