table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 25vw !important;
    height: auto !important;
  }
  table tr th,
  table tr td {
    border-right: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }
  table tr th:first-child,
  table tr td:first-child {
    border-left: 1px solid #dee2e6 !important;
  }
  table tr th {
    border-top: 1px solid #dee2e6 !important;
  }
  
  /* top-left border-radius */
  table tr:first-child th:first-child {
    border-top-left-radius: 0.25rem !important;
  }
  
  /* top-right border-radius */
  table tr:first-child th:last-child {
    border-top-right-radius: 0.25rem !important;
  }
  
  /* bottom-left border-radius */
  table tr:last-child td:first-child {
    border-bottom-left-radius: 0.25rem !important;
  }
  
  /* bottom-right border-radius */
  table tr:last-child td:last-child {
    border-bottom-right-radius: 0.25rem !important;
  }

  .table .thead-danger th {
    background-color: #af1919 !important;
}

tbody {
    background: #FAF9F6;
}

thead {
  background: #4169E1;
  color: #FAF9F6;
}


.container {
    padding: 0 !important;
}

textarea{
  width: 20vw!important;
  height: 20vh!important;
}