.fleetTable th {
      text-align: center;
      letter-spacing: 0.5px;
      padding-left: 10px;
      padding-right: 10px;
  }
  
  .fleetTable {
    width: 100%;
    border-collapse: collapse;
  }
  
  .fleetTable tr {
    text-align: center;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: black;
    height: 50px;
  }
  
  .fleetTable thead tr {
    color: white !important;
    background-color: rgb(223, 40, 40) !important;
    border: none !important;
  }
  
  .fleetTableHolder {
    background-color: lightgray;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 230px;
    position: relative;
    box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 60px;
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  .overflowXS {
    overflow-x: scroll;
  }
  
  .fleetTable td {
      border-right: 1px solid black;
      padding-left: 10px;
      padding-right: 10px;
  }
  
  .fleetTable td:first-child {
    border-left: 1px solid black;
  }
  
  .fleetTable td:last-child {
    border-right: 1px solid black;
  }
  
  .fleetTable tbody td:last-child {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  
  .fleetTable tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .form-table {
    max-height: 65vh;
  }
  
  .pt10 {
    padding-top: 10px !important;
  }
  