#globalMsgBoxDetails {
    top: 50px !important;
    height: 500px;
    overflow-y: scroll;
    text-align: left;
    background-color: #fff;
    margin: 0 0 3rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 2px;
    position: relative;
    color: #0a0a0a;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

img {
    display: inline-block !important;
  }