.listTooltip {
  width: 350px;
  text-align: left;
}
.listTooltip h2 {
  font-size: small;
  text-align: center;
  color: #438FC1;
  font-weight: bold;
}
  
.dijitMenuIconDelete {
  background-image: url('../images/icons/delete.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
}

.dijitMenuIconMenu {
  background-image: url('../images/icons/menu.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
}

.dijitMenuIconAdd {
  background-image: url('../images/icons/add.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
}

.dijitMenuIconList {
  background-image: url('../images/icons/list.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
}

.dijitMenuIconEdit {
  background-image: url('../images/icons/edit.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
}

.dijitMenuIconDate {
  background-image: url('../images/icons/date.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
}

.dijitMenuItemLabel{
  text-align: left;
}

.menuBar {
}