 /* Callout box - fixed position at the bottom of the page */
.calloutMenu {
 z-index:101;
  max-width: 200px;
}


/* Close button */
.calloutclosebtnMenu {
  font-size: 16px;
  font-weight:bold;
  cursor: pointer;
}

/* Change color on mouse-over */
.calloutclosebtnMenu:hover {
  color: lightgrey;
} 