::-moz-selection, ::selection {
  background: #51b885 !important;
  color: #fff !important;
}

#sb_booking_company_time, .copyright {
  display: none !important;
}

#sb_terms_and_conditions div label[role=button] {
     display:none;
}

.company-name {
  white-space: nowrap !important;
  text-shadow: 1px 1px 18px #000, -1px -1px 18px #000, -1px 1px 18px #000, 1px -1px 18px #000, 0 1px 18px #000, 0 -1px 18px #000, 1px 0 18px #000, -1px 0 18px #000 !important;
  -webkit-animation: fadein 5s !important;
  -moz-animation: fadein 5s !important;
  -ms-animation: fadein 5s !important;
  -o-animation: fadein 5s !important;
  animation: fadein 5s !important;
}