.Skin {
  font-family: 'Source Sans 3', sans-serif;
  -webkit-font-smoothing: antialiased;
  /*font-size: 16px;
  line-height: 1.4;
  color: #474747;*/
}

.Skin .QuestionText {
  color: #474747;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 0;
}

.Skin input[type=text] {
  border-radius: 6px !important;
  background-color: #ffffff !important;
}