* {
    box-sizing: content-box;
  }  
  .dropdown-divider {
    border-top: 0px;
  }
  .display {
    font-weight: 300;
    margin-bottom: 0px;
  }
  .dropdown-item {
    width:auto;
  }
  .dropdown-item:hover, .dropdown-toggle:hover {
    text-decoration: none;
  }
  .dropdown-item:hover {
    background-color: #eef;
  }
  .dropdown-item:visited {
    color: #212529;
  }
  code {
    color: #111;
  }