/* Google fonts */
@import url('googleFonts.css');

/* Reset default margins and padding to zero */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
} 

.lineHeightDefault {
  line-height: auto;
}

.lineHeightSingle {
  line-height: 1;
}

.lineHeightOnetwofive {
  line-height: 1.5;
}

.lineHeightOnefive {
  line-height: 1.75;
}

.lineHeightDouble {
  line-height: 2;
}


/* custom 10/9/2017 */

.phone table a {

    display:block;
    margin-bottom:15px;
}

@media screen and (max-width:460px) {
.phone table a {
font-size:24px;
}
}

form label.form-element-label {
   text-align:left;
    display:block;
}
table.personName-large, textarea{
    width:100%;
}
table.personName-large td:first-child{
    padding-right:10px;
}

