#snb-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  z-index: 99998;
  font-size: 15px;
  text-align: center;
  visibility: visible;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
  overflow: hidden;
}

#snb-bar a {
  color: #fff;
  text-decoration: underline;
}

.snb-content {
  padding: 5px 0;
  line-height: 20px;
}

.snb-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}

@media (max-width: 680px) {
  #snb-bar {
    height: auto !important;
    padding-bottom: 5px;
  }
}
