.table-container{
  margin-top:100px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #dbdbdb;
 }

#tr-bg {
  background-color:#1abc9c;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color:  #1abc9c;
}

#rad {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#rad1{
  display: flex;
  justify-content: flex-end;
}

thead {
  position: sticky;
  top: 0;
}
.table-form{
  display:inline;
}
.delete-btn {
  display:inline;
  color:red;
}

.edit-btn {
  display:inline;
  color:white;
}
