
/* ======= COMPETITIONFORM ======= */

#comp_form {
  text-align: left;
  float:left;
  margin-left: 0px;
  width:40px;
}

#comp_form .text {
        float:left;
        width:120px;
}
#comp_form .box2 {
        float:left;
        width:180px;
}

#comp_form_right {
  text-align: left;
  float:left;
  margin-left: 0px;
  width:200px;
}

#tnc {
        font-size:7pt;
}

.docketnumber1 {
        width:20px;
}
.docketnumber2 {
        width:40px;
}


/* ======= FEEDBACK FORM ======= */


#feedback_form {
  text-align: left;
  margin-left: 95px;
  margin-top:30px;
}

.feedback_text {
  float: left;
  position: relative;
  top: 2px;
}

.feedback_submit {
  float: right;
  position: relative;
  right: 115px;
  top: -10px;
  }

.average {
  float: right;
  position: relative;
  right: 194px;
}

.good {
  float: right;
  position: relative;
  right: 155px;
}

.excellent {
  float: right;
  position: relative;
  right: 120px;
}

.text_box {
  float: right;
  position: relative;
  top: 0px;
  left: -116px;
}

.text_box_cbcgroup {
  width:325px;
}

