.jx-monex-menubar .navbar {
    display: flex;
  }
    
  .photo {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    margin-right: 11px;
    z-index: 5;
    border-radius: 50%;
    background:red;
  }
  
  
  .photo > span{
  
      color: #fff;
      position: relative;
      top: 8px;
      left: 10px;
  }
  

  .jx-monex-footer{

    position: relative;
    bottom: 0;
    width: 100%;
  
  }


  .text-dark.btn-outline-dark:hover {
    color: #fff!important;
    background-color: #343a40;
    border-color: #343a40;
  }


  .text-dark.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #343a40;
    border-color: #343a40;
  }