#alert_popover
  {
   display:block;
   position:fixed;
   bottom:5px;
   left:50px;
   z-index: 5000;
   color: #fff !important;
  }
  .wrapper {
    display: table-cell;
    vertical-align: bottom;
    height: auto;
    width:450px;
    color: #fff !important;
  }
  .alert_default
  {
   color: #fff !important;
   background-color: #FF0000;
   border-color: #cccccc;
  }
  .ncontent{
      color: #fff !important;
  }
  .meg_white{
      color: #fff !important;
  }
  .meg_point{
      background-color: #000;
      padding: 20px;
      color: #FFF !important;
  }
  
  .meg_point h1{
      color: #FFF;
      font-weight: Bold;
  }
  
  .meg_point p{
      color: #FFF;
  }
  #dploan{display:none;}
  #dbloan{display:none;}
  #dhloan{display:none;}