a {
  text-decoration:none;
}

.result_header {
  padding-bottom: 8px;
  text-align: center;
}

.question_background {
  background-repeat: repeat-y;
  text-align:left;
  background-image:  url(images/selector/background-gradient.gif);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.icon_cell {
  padding: 12px;
  vertical-align: top;
}

.question_cell {
  width: 380px;
  padding: 12px;
  padding-right: 16px;
  vertical-align: top;
}

.response_cell {
  width: 160px;
  padding-top: 4px;
  vertical-align: top;
}

.heading {
  font-size: 14px;
  background-color: white;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 45px;
  border: 1px solid black;
  color: #f46a25;
  text-transform: uppercase;
  font-weight:bold;
}

.question_copy {
  padding-top: 8px;
  font-size: 11px;
}

a .response_item {
  font-size: 14px;
  color: black;
  background-color: white;
  margin: 8px 12px 8px 8px;
  padding: 8px;
  border: 1px solid black;
}

a:hover .response_item {
  background-color: black;
  color: white;  
}

.result_box {
  font-size: 14px;
  width: 514px;
  border: 1px solid #ed1c24;
  padding: 8px;
  text-align: left;
  margin-bottom: 8px;
}

.result_box td {
  font-size: 14px;
}

.link_border {
  border: 1px solid #ed1c24;
  padding: 4px;
}

.result_item, .result_item_header, .result_item_centered {
  border: 1px solid #ed1c24;
  padding: 6px;
}

.result_item_centered {
  text-align: center;
}

.result_item_header {
  background-color: #ed1c24;
  color: white;
}

.footnote {
  font-size: 10px;
}

#special_instructions {
  padding: 12px;
  background-color: #ee7b14;
  border: 1px solid #e83f20;
  color: black;
  margin-bottom: 1em;
}

#question_header {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  background-color: #53b6e7;
  color: white;
  font-size: 22px;
  font-weight: bold; 
}

#easy_as {
  text-align:left;
  padding-bottom: 1em;
}

#question_image_right {
   margin: 12px;
   float: right;
   border: 0px;
}

#question_image_bottom {
  text-align: center;
  margin:12px;
}

.question_background, #easy_as, #question_header {
  width: 628px;
  
