/* Make the menu behave consistently across the sites */
#snm {
  position: fixed;
  bottom: 0;
  right: 0;
  color: #222;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 99999;
}

/* Making it look good */
#snm #snm-label {
  background: #222;
  color: #EEE;
  font-weight: bold;
  float: right;
  padding: 10px;
  margin-right: 20px;
  border: 1px solid #CCC;
  margin-bottom: -1px;
  cursor: default;
  font-size: 16px;
  letter-spacing: 0;
  width: 170px;
  text-align: center;
}
#snm #snm-label:hover {
  cursor: pointer;
  background: #444;
  color: #EEE;
}

#snm-label a {
  color: #FFF;
  text-decoration: none;
  background: transparent;
}
