
a, a:hover, a:focus {
    text-decoration: none;
}

span.line {
  display: inline-block;
}

span.email b {
	display: none;
}


a:focus {
    outline: 0;
}

/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}


