@media print {
  navbar, button, footer, .breadcrumb{
    display: none;
  }
 
    body {
    width:300;
    padding:0;
    margin:0;
   font-size: small;
   line-height: 50%;
  } 
}

.col-md-3 {
    width: 13%;
    font-size: 13px;
}
.col-md-9 {
    width: 87%;
    font-size: 13px;
}

.entitylist-filter-option-group-label {
   height: 40px;
  background-color: #0B7F99;
 border-radius: 2px;
 
}
.entitylist-filter-option-group .h4{
  font-size: 18px;
  padding-top: 10px;
  padding-left: 6px;

}
