dl {
  margin-bottom: 50px;

}
dl dt{
  background: #DDD;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding: 8px;
  width: 155px;
  color:#666;
}
dl dd{
  border:1px solid #DDD;
  margin: 2px 0;
  padding: 8px 0;
}

.form-group{
  margin-bottom: 0rem;
}
.collapse label{
  font-weight: bold;
  color:#333;
}
div.card{margin-bottom:2px;}

.mb-0 > a:after {
content: "\f078"; /* fa-chevron-down */
font-family: 'FontAwesome';
position: absolute;
right: 0;
margin-right:5px;
}
.mb-0 > a[aria-expanded="true"]:after {
content: "\f077"; /* fa-chevron-up */
}
.table td{
  font-size: 0.7rem;
}
.pagenation {text-align:center;padding-top:4px;border-top: 1px dotted #666}
.pagenation a{margin:2px;}
.text-hr{
  /* border-bottom:1px solid #999;*/
  padding-bottom: 2px; 
  margin-bottom:2px;
  color: #333
}