input#smss2 {
    display: inline;
    margin-left: 0px;
}

.phoneinstructions {
  font-size: x-small;
  display: block;
  clear: both;
  margin-left: 0px;
  margin-top: -24px;
}

@media only screen and (max-width: 768px) {  
  .phoneinstructions {
    margin-left: 0px;
  }
  
}