.form-item input{
  max-width: 100%;
}

//To remove the border of webform fieldsets
fieldset {
    border: 0px;
}

civimobile-popup {
 display:none;   
}

h1, h2, h3, h4, h5, h6 {
      font-weight: 700;
      text-transform: uppercase;
}

.block h2.block-title {
font-weight: 700;
text-transform: uppercase;
}

.page_title {
   font-weight: 700;
text-transform: uppercase; 
}

.up {
    font-weight: 700;
    text-transform: uppercase; 
}

.select2-container .select2-selection--multiple {
    width: 300px;
}

//prevents display issues on contribution confirmation and thank-you pages
.crm-container .crm-section .label {
float: left;
/* width: 25%; */
text-align: right;
}

//drupal webform civicrm fieldset header styling
legend {
    font: Oswald;
      font-weight: 700;
      text-transform: uppercase;
}
