#sticky-bottom-bar-spacer {
  height: 44px;
  visibility: hidden;
}

#sticky-bottom-bar-container {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  margin: 0;
}

#sticky-bottom-bar-text,
#sticky-bottom-bar-actions {
  width: 50%;
  float: left;
}

#sticky-bottom-bar-text {
  line-height: 40px;
  font-weight: bold;
  padding-left: 150px;
}

#sticky-bottom-bar-actions {
}

.sticky-bottom-bar-button {
  display: inline-block;
  padding: 7px 75px;
  text-decoration: none;
  margin: 0px 5px;
  border-radius: 3px;
  line-height: 29px;
  font-weight: bold;
  font-family: Arial;
}

#close-button-container {
  position: absolute;
  top: 12px;
  right: 5px;
  font-family: monospace;
}

@media(max-width: 1000px) {
  #sticky-bottom-bar-text,
  #sticky-bottom-bar-actions {
    width: 100%;
    clear: left;
  }
}

@media(max-width: 550px) {
  #sticky-bottom-bar-spacer {
    height: 88px;
  }
}
