body {
  margin: 0px 0px 0px 0px;
  font-family: Arial;
  background: #f5f5f5;
  -webkit-text-size-adjust: none;
}

.header {
  background: #335b8f;
  height: 300px;
  color: white;
  font-size: 18px;
}

.content_area {
  min-width: 400px;
  max-width: 700px;
  margin: -80px 20px 20px 20px;
  padding: 30px 30px 1px 30px;
  background: #fafafa;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.welcome {
  margin: 0px 0px 30px 0px;
  font-size: 24px;
  text-align: left;
}

.category {
  background: #335b8f;
  display: inline-block;
  color: #fff500;
  font-size: 20px;
  font-weight: bold;
  padding: 9px 10px 0px 30px;
  margin: 0px 0px 30px -30px;
  height: 31px;
  vertical-align: center;
}

.category_img {
  margin: 0px 0px 30px -8px;
  vertical-align: top;
  height: 40px;
  pointer-events: none;
}

.question {
  margin: 0px 0px 30px 0px;
  font-size: 18px;
}

.radio_bg {
  background-color: #335b8f;
  width: 21px;
  height: 21px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}

input[type="radio"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  outline: 0px;
  margin: 4px 4px 0px 4px;
  background-color: #243f63;
  vertical-align: top;
}

input[type="radio"]:checked {
  background-color: #fff500;
  height: 13px;
  width: 13px;
  margin: 4px 4px 0px 4px;
}

hr {
  margin: 0px 0px 30px 0px;
  border-width: 0px;
  height: 1px;
  background-color: #f0f0f0;
}

input[type="submit"] {
  background-color: #335b8f;
  width: 140px;
  height: 35px;
  color: #fff500;
  font-size: 14pt;
  border-width: 0px;
  font-weight: bold;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

select {
  font-size: 18px;
}

.custom_select {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 270px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.custom_select:after {
  top: 50%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}

.custom_select select {
  padding: 5px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.custom_select select:focus {
  outline: none;
}

.image {
  margin: 0px 0px 30px 0px;
  position: relative;
}

.image img {
  width: 100%;
}

.image a {
  display: block;
  position: absolute;
  top: 88.5%;
  right: 6%;
  bottom: 3%;
  left: 55%;
}