@import url(../swaia/swaia.css);



.app_header {
 font-weight:bold;
 background:#000;
 color:#fff;
 padding:3px;
 margin-bottom:3px;
 clear:left;
}

table td {
 font-size:11px;
}

.app_instructions {
  padding-left:3px;
}

#app_classification span.checkbox,
#app_classification span.radio
 {
 float:left;
 white-space:nowrap;
 width:49%;
}

span {padding-right:5px;}

span.checkbox {
  float:left;
}

.question {
  font-weight:bold;
  text-transform:uppercase;
}

.answer span.radio {
  clear:left;
  display:block;
}

#app_scheduling .question {
 clear:left;
 padding-top:10px;
}


#app_scheduling .answer span.radio {
 clear:none;
 float:left;
 width:32%;
 border:0px solid;
}

div.required {
 float:left;
 width:100%;
}

.assignmentrow {
 padding-bottom:5px;
 float:left;
 clear:left;
}

.bottomanswer span.radio {
 float:left;
}


.am,.pm {
  float:left;
  width:50%;
}
.section_header{
  border-top:1px solid;
  border-bottom:1px solid;
  background:#ccc;
  clear:left;

}

