/* AGH #14098 dealing with lines overflowing issue*/
#contentleft .crm-container .crm-section textarea {
 width: 500px;
}

/*set height of empty select2*/
.select2-default {
    min-height: 28px;
}


@media only screen and (max-width: 730px) {
 /*Float labels over inputs on small screens*/
 body .crm-container .crm-section .label {
  float: none;
  width: auto;
  text-align: left;
 }

 body .crm-container .crm-section .content {
  margin: 0px;
 }
}
