.molmil_UI_LB {
  display: none !important;
}

.smallButton {
  border: 1px solid white !important;
}

.smallButton:hover {
  background-color: initial !important;
  color: #53B5FF !important;
  text-decoration: underline !important;
}

.molmil_UI_center {
  border: 1px solid white !important;
}

.molmil_menu_popup {
  border: 1px solid white !important;
}

.molmil_UI_LB_icon {
  border: 1px solid white !important;
}

.molmil_UI_RB_icon {
  background-color: #2A5A7F !important;
  border: initial !important;
  border-right: initial !important;
}

.molmil_UI_RB_icon:hover, .molmil_UI_LB_icon:hover {
  background-color: initial !important;
  background-color: #53B5FF !important;
}

.molmil_UI_RM {
  border: initial !important;
  border-right: initial !important;
  background-color: #2A5A7F !important;
}

.molmil_UI_RM > span:nth-child(2) {
  display: none;
}

.molmil_UI_LM {
  border: 2px solid white !important;
  background-color: #2A5A7F !important;
}

.molmil_UI_ME:hover {
  background-color: initial !important;
  color: #53B5FF !important;
  text-decoration: underline !important;
}

.optCat_p:hover {
  background-color: #53B5FF !important;
}

.optCat_n:hover {
  background-color: #53B5FF !important;
}

.optCat_k:hover {
  color: lightgrey !important;
}

.contextMenu {
  border: 1px solid white !important;
  background-color: #2A5A7F !important;
}

.contextMenu_E:hover {
  background-color: #53B5FF !important;
}

#molmil_UI_complexMenu th, #molmil_UI_complexMenu td {
  border: initial !important;
  color: white !important;
}

#molmil_UI_complexMenu {
  background-color: #2A5A7F !important;
  border: 1px solid white !important;
}

#molmil_UI_complexMenu > tr:nth-child(2) > td:nth-child(1):hover {
  background-color: #53B5FF !important;
}

#molmil_UI_complexMenu > tr:nth-child(2) > td:nth-child(2) > div:hover {
  background-color: #53B5FF !important;
}

.optCat_k+span:hover {
  background-color: #53B5FF !important;
}


