div.livechat {
  padding: 30px 20px;
}

.livechat h2 {
  font-family: "PNovaBold";
  font-size: 30px;
  margin-bottom: 25px;
}

.livechat div.instructions {
  font-size: 15px;
  margin: 25px 0;
}

.livechat label {
  display: block;
  font-family: "PNovaSemiB";
  font-size: 13px;
}

.livechat label.hidden {
  display:none;
}

.livechat #language_preference {
  margin-bottom: 25px;
}

.livechat span.lang_pref_text{
  font-size: 13px;
}

.check-option {
  height: 25px;
  position: relative;
  margin-bottom: 25px;
}
.check-option label {
  background: #fff url("//us-cdn.sd-assets.com/media/images/shared/checkbox.png") 0 -25px no-repeat;
  color: #363636;
  cursor: pointer;
  display: block;
  font-family: "PNovaReg", Helvetica, Arial;
  font-size: 13px;
  font-weight: normal;
  height: 25px;
  letter-spacing: normal;
  line-height: 25px;
  padding-left: 34px;
  position: relative;
  text-transform: none;
  z-index: 50;
}

.check-option label.checked {
  background-position: 0 0;
}
.check-option input {
  left: 6px;
  position: absolute;
  top: 8px;
  z-index: 10;
}

.livechat input[type='text'],
.livechat textarea {
  border: 1px solid #d7d7d7;
  color: #7d7d7d;
  margin: 5px 0 15px;
  font-family: "PNovaReg";
  font-size: 14px;
  position: relative; 
}

.livechat input[type='text'] {
  height:30px;
  padding:0 10px;
  width: 300px;
}

.livechat textarea {
  height:100px;
  padding:0 10px;
  width: 300px;
}

.livechat .error_container {
  margin: 25px 0;
}

.livechat .error_text {
  color: #ff0000;
}

.btn-pink {
  background-color: #f2018a;
  border:none;
  color: white;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: "PNovaBold";
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 230px;
  -webkit-transition: background-color 0.5s ease-in 0s, color 0.5s ease-in 0s;
  -moz-transition: background-color 0.5s ease-in 0s, color 0.5s ease-in 0s;
  transition: background-color 0.5s ease-in 0s, color 0.5s ease-in 0s;
  font-size: 15px;
  height: 12px;
  letter-spacing: 3px;
  padding-bottom: 27px;
  padding-top: 11px;
  margin: 20px 0;
}

.btn-pink span.glyph {
  display: inline-block;
  font-family: "Fontello";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  -webkit-transition: color 0.5s ease-in 0s;
  -moz-transition: color 0.5s ease-in 0s;
  transition: color 0.5s ease-in 0s;
  color: white;
  padding-left: 5px;
  position: relative;
  top: 1px;
}

.btn-pink:hover {
  background-color: black;
  color: white;
}

.btn-pink:hover span {
  color: white;
}

label#label_reason small {
  color: gray;
}