.custom-menu {
    display: none;
    z-index: 5000;
    position: absolute;
      /* overflow: hidden; */
      /* border: 1px solid rgba(0,0,0,.3); */
    border: 1px solid #424242;
      /* white-space: nowrap; */
    white-space: normal;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
    padding: 5px 0;
      /* min-width: 10rem; */
    min-width: 180px;
}
