
 /**
  *  This rule exists because the drop down elements in sonatas
  *  base list need to be visible as they overflow over the table.
  */
 .sonata-ba-list .box-body.table-responsive {
     overflow: auto;
 }

 .contact-text {
     padding: 1px 5px;
     line-height: 1.4;
 }

 @media (max-width: 767px) {
     .header .navbar-static-top .navbar-left {
         display: none;
     }
 }

