dd {
  margin: 0.2em 0em 1em 2em;
}
dl {
  margin:0;
}
.navbar-nav{
  position: relative;
  width: 100%;
}
.nav-item.theme {
  right: 0px;
  bottom: 0px;
  position: absolute;
}
.contents {
  margin-top:3em;
}
.card {
  margin-bottom:1em;
}
.card .card-header {
  cursor: pointer;
  padding-right: 35px;
}
.card .card-header::before {
  content: '–';
  position: absolute;
  top: 22px;
  right: 22px;
  transform: translateY(-50%);
}
.card .card-header.collapsed::before {
  content: '+';
}
.collapse {
  &:not(.show) {
    display: none;
  }
}
.rdap-status-code, .rdap-event-time {
  border-bottom: 1px dashed silver;
}
.spinner-border {
  margin: 0 auto;
  display: block;
}
#labelDarkTheme{
  color:rgba(255, 255, 255, 0.5);
}


.whois-data {
  background-color: #f1f1f1;
  overflow-x: auto;
  font-family: monospace;
  white-space: pre;
  font-size: 14px;
}
.dark .whois-data{
    background-color: #2f2f2f;
}
.whois-data a {
    color: #212529;
    border-bottom: 1px dashed #c0c0c0;
}
.dark .whois-data a{
    color: #e1e1e1;
    border-bottom: 1px dashed #555555;
}
.whois-data a:hover {
    text-decoration: none;
}


