/*
 - General
 - Experts list
 - Media queries
   - Experts list
*/


/********************************
 * General
 ********************************/

#edit-field-experts-area-user-files-und-table .form-checkbox {
  margin-left: 0;
}

.experts-area-question-form .experts-area-question-tags {
  position: relative;
  z-index: 2;
}

.node-experts_area_question-form .experts-area-question-title input.form-text {
  width: 436px;
}


/********************************
 * Experts list
 ********************************/

.expertsarea-form-experts .profile-block {
  display: block;
  padding: 0;
  background-color: transparent;
}

.expertsarea-form-experts .form-radios {
  margin-left: 180px;
}

.expertsarea-form-experts .form-radio {
  position: absolute;
  left: 0;
  top: 3px;
}

body form.node-form .expertsarea-form-experts .option {
  display: block;
  width: auto;
  padding: 0;
  float: none;
  padding-left: 30px !important;
  zoom: 1;
}

.expertsarea-form-experts .form-type-radio + .form-type-radio {
  margin-top: 15px;
}

.expertsarea-form-experts .profile-block span {
  display: block;
}


/********************************
 * Media queries
 ********************************/

@media screen and (max-width: 959px) {
  .expertsarea-form-experts .form-radio {
    left: 0;
  }
  
  body form.node-form .expertsarea-form-experts .option {
    margin-left: 20px;
  }
  
  .expertsarea-form-experts .form-radios {
    margin-left: 0;
  }
  
  body form.node-form .expertsarea-form-experts .option {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .node-experts_area_question-form .experts-area-question-title input.form-text {
    width: 100%;
  }
}