.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    border-bottom-width: 2px;
    padding-top: 40px;
    border: 0;
    padding-left: 1.5%;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table td, .table th {
    padding: 1%;
    vertical-align: center;
    text-align: center;
    font-family: sans-serif;
    border: 1px solid #F8F8FF;
}
td {
  }
 td:hover{
}
.table td, .table th {
    padding: 1.3%;
    }
            .dell{
    background-color: #f44336;
    border-color: #f44336;
    color:white;
    outline:none;
    border-radius: .25rem;
    font-weight: 400;
    width: 80px;
    height:25px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin: 12px;
    }
            .arh{
    background-color: #4caf50;
    border-color: #4caf50;
    color:white;
    outline:none;
    border-radius: .25rem;
    font-weight: 400;
    width: 80px;
    height:25px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin:6px;
            }