
.uninstall-survey {
  background-color: #fff;
  margin-bottom: 64px;
  padding: 16px;
  border-radius: 5px;
}

.uninstall-survey form p.form-help { 
  font-size: 13px;
  margin-top: 8px;
}

.section.white-rounded-section {
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 16px 8px;
}

.section .heading {
  font-size: 21px;
  margin-bottom: 8px;
}

.section.you-pro {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.section.white-rounded-section.section.schedule {
  padding-bottom: 16px;
}

.section.schedule p {
  font-size: 15px;
}

/* FIREFOX FIX OF UGLY SELECT BOXES */
@supports (-moz-appearance:none) {
  select {
    -moz-appearance:none !important;
    background: transparent url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
    background-position: calc(100% - 5px) center !important;
  }
}
