.mm_btn_show_hide{
  position: absolute; 
  left: 10px; top: 38px;
  width: 30px; height: 30px;
}

.mm_panel_pms{
  position: absolute; 
  left: 10px; top: 68px; 
  z-index: 100; 
  background-color: rgba(56, 85, 142, 0.75); 
  border: 1px solid rgba(164, 160, 152, 0.75); 
  border-radius: 0px 0px 10px 10px;
  display: none; 
  width: 200px; 
  height: auto;
  padding: 5px;
  padding-left: 10px;
  font-weight: bold;
}

.mm_panel_pms ul{
  padding-top: 10px;
}

.mm_panel_pms ul li{
  padding-bottom: 10px;
}

.mm_panel_pms ul li a{
  color: white;
}