#wrapper {
  background: #ff9999;
}
#response_time {
  position: absolute;
  width: 280px;
  left: 50%;
  margin-left: -150px;
  top: 52px;
  background-color: green;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  z-index: 999;
}
.noscript-padding {
  padding: 30px;
}
.noscript-warning {
  position: fixed;
  width: 100%;
  top: 42px;
  background-color: #BD4100;
  font-size: 17px;
  color: #FFF;
  text-align: center;
  z-index: 10;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.41);
  -moz-box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.41);
  box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.41);
}
.noscript-warning a,
.noscript-warning a:hover {
  color: white;
  text-decoration: underline;
}
#response_time.slow {
  background-color: red;
}
@media (max-width: 979px) {
  #response_time {
    top: 65px;
  }
}
.translation {
  color: #AAA;
}
.flag-us,
.flag-US {
  background-position: 0 0;
}
.flag-brazil,
.flag-BR {
  background-position: 0 -20px;
}
.flag-mexico,
.flag-MX {
  background-position: 0 -40px;
}
.flag-britain,
.flag-GB {
  background-position: 0 -60px;
}
.flag-australia,
.flag-AU {
  background-position: 0 -80px;
}
.flag-ireland,
.flag-IE {
  background-position: 0 -100px;
}
.formatSelect {
  padding: 7px 10px;
}
.formatSelect a {
  color: #333;
  padding: 2px 5px;
  border: 1px solid transparent;
  display: inline-block;
}
.formatSelect a.formatSelected {
  color: #09f;
  border: 1px solid #1A98FC;
}
.pm_offline {
  color: #9E0000;
}
.pm_online {
  color: #11FF1B;
}
#sendYourAgentMessage {
  z-index: 1051 !important;
}
.refundable .label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
