/*************************************************************/
/* HEADER */
/*************************************************************/
#contact-header-container {
  background-color: blue;
  padding-top:7em;
}

/*************************************************************/
/* CONTAINER */
/*************************************************************/
#contact-container {
  background-color:orange;
}

/*************************************************************/
/* CHECKBOX */
/*************************************************************/
/* removes checkbox bullets */
.form-control{
  list-style-type:none;
}
/* removes default checkbox */
.form-control input[type="checkbox"]{
  display: none;
}
.checked {
  background-color: green;
}
#id_estimate_request_form-device > li {
  width: 20%;
  float: left;
  text-align:center;
  padding: 10px;
  border-color: black;
  border-style: solid;
  border-width: 2px;
}
#id_estimate_request_form-device > li > label {
  min-height: 120px;
}
#id_estimate_request_form-project_scope > li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 10px;
  border-color: black;
  border-style: solid;
  border-width: 2px;
}
#id_estimate_request_form-project_scope > li > label{
  min-height: 120px;
}

/*************************************************************/
/* TEXT */
/*************************************************************/
.estimate-subheader {
  font-size: large;
}
.estimate-label {
  font-size: large;
  text-align: center;
}
