.pitopy-distinfo {
  margin-top: 16px;
}
.pitopy-distinfo-toggle {
  width: 100%;
  background: #111;
  color: #fff;
  border: 0;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  height: 34px;
  transition: opacity 0.2s ease;
}
.pitopy-distinfo-toggle:hover {
  opacity: 0.7;
}
.pitopy-distinfo-panel {
  padding: 12px;
  border: 1px solid #ddd;
  border-top: 0;
}
.pitopy-distinfo-table {
  width: 100%;
  border-collapse: collapse;
}
.pitopy-distinfo-table th {
  text-align: left;
  width: 150px;
  padding: 6px 8px;
  color: #444;
  font-weight: 600;
}
.pitopy-distinfo-table td {
  padding: 6px 8px;
}
@media (max-width: 768px) {
  .pitopy-distinfo-table th {
    width: 160px;
  }
}
