.stateName:after {
  content: ', ';
}

select {
  height:auto !important;
}

.stateName:last-child:after {
  content: '';
}

.wrapper2 {
  width: 100%;
  overflow-x: scroll;
  max-height: 500px;
  overflow-y: scroll;
}

.greyBackground {
  background-color: #fff !important;
}

.innerPageDivs {
  background-color: #fff !important;
  min-height: 50px !important;
}
/*    .ui-accordion-header-icon{
        display:none;
    }*/
.pseudo-accordion {
  display: block;
  position: relative;
  margin-top: 2px;
  margin-bottom: 0;
  min-height: 0;
  background: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #cccccc;
  width: 100%;
  text-align: left;
}

  .pseudo-accordion > h2 {
    color: #122366;
    font-size: 18px;
    margin: 0.75em;
  }

  .pseudo-accordion > div {
    background-color: #efefef;
    padding: 0.75em;
  }

DIV.fieldset {
  padding-bottom: 0px !important;
  margin-bottom: 0;
  margin-top: 0;
  background: none;
}

  DIV.fieldset h1 {
    background: #122366;
    color: #fff;
    font-size: 20px;
    margin-bottom: 1px;
    padding-bottom: 3px;
    padding-left: 5px;
  }

  DIV.fieldset a {
    text-decoration: underline;
    font-weight: bold;
  }

.selectContentDiv {
  margin-right: 5%;
  text-indent: -15px;
  margin-left: 30px;
}

.column {
  display: inline-Block;
  width: 32%;
  vertical-align: top;
}

  .column > strong {
    color: #122366;
  }

.pseudo-accordion strong {
  color: #122366;
}

.commaSpan > SPAN:not(:last-child):after {
  content: ', ';
}
