.emf-form.email-form .form-control{
max-width: 100%;
}

acronym{
color:#F17600;
cursor: help;
}

acronym[title]:active:after {
  content: attr(title);
  padding: 5px 5px;
  color: #fff ;
  position: absolute;
  white-space: wrap;
  margin-left: 2%;
  margin-top:-20px;
  z-index: 20;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #ddd;
  -webkit-box-shadow: 0px 0px 4px #ddd;
  box-shadow: 0px 0px 4px #ddd;
  background-color: #0081B9;
  right: 100px;
  left:100px;
}


@media all and (max-width: 760px) {

.pic-holder{
max-width: 100% !important;
}
acronym[title]:hover:after {
  content: attr(title);
  padding: 5px 5px;
  color: #fff ;
  position: absolute;
  white-space: wrap;
  margin-left: 2%;
  margin-top:-20px;
  z-index: 20;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #ddd;
  -webkit-box-shadow: 0px 0px 4px #ddd;
  box-shadow: 0px 0px 4px #ddd;
  background-color: #0081B9;
  right: 5px;
  left:5px;
}
}