.whitelist_container {
  display: block;
  height: 380px;
  overflow: scroll;
}

.blacklist_container {
  display: block;
  height: 380px;
  overflow: scroll;
}

.embed-container {
  height: 0;
  max-width: 100%;
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.embed-container embed, .embed-container iframe, .embed-container object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table {
  margin-bottom: 0;
  table-layout: fixed;
}

.table th{
  text-align: center;
  vertical-align: middle;
}

.table td {
  text-align: center;
  vertical-align: middle;
}

/*.table tr {
  height: 35px;
  line-height: 35px;
  min-height: 35px;
}*/

.col-md-6 {
  padding-top: 7px;
}

.modal_table {
  display: block;
  height: 350px;
  overflow: scroll;
}

.sticky_wl th {
  border: 0;
  margin: 0;
  padding: 0;
  position: sticky;
  text-align: center;
  top: 0;
  vertical-align: middle;
  z-index: 10;
}

.sticky_div_wl {
  background-color: #FFFFFF;
  border-bottom-color: #dee2e6;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-color: #dee2e6;
  border-right-style: solid;
  border-right-width: 1px;
  padding-bottom: .75rem;
  padding-right: 0;
  padding-top: .75rem;
  top: 0;
  z-index: 10;
}

.sticky_bl th {
  border: 0;
  margin: 0;
  padding: 0;
  position: sticky;
  text-align: center;
  top: 0;
  vertical-align: middle;
  z-index: 10;
}

.sticky_div_bl {
  background-color: #212529;
  border-bottom-color: #32383e;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-color: #32383e;
  border-right-style: solid;
  border-right-width: 1px;
  padding-bottom: .75rem;
  padding-right: 0;
  padding-top: .75rem;
  top: 0;
  z-index: 10;
}
