html {
  font-size: 11pt;
}

header, footer, #skip {
  display: none;
}

body, footer {
  max-width: 100%; 
}

.just-print {
  display: block;
}

.no-print {
  display: none;
}

.resume .address {
  margin-top: 1em;
} 

.employer {
  border-left: 0;
  padding-left: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 1.5em;
}

a, a:visited {
  text-decoration: none;
}

a[href]:after { content: none; }
abbr[title]:after { content: none; }