body {
  font-size: 12pt;
}

body.cv {
  font-size: 11pt;
}

nav {
  display: none;
}

.cv_link {
  display: none;
}

.cv_title {
  color: black;
  float: none;
  width: 100%;
}

.cv_title h2 {
  border-bottom: 1pt solid;
  margin-bottom: 0.2em;
}

.cv_content {
  float: none;
  width: 100%;
}

.cv_content p {
  margin-top: 0.2em;
}

div.skills_table {
  width: 100%;
}

.skills_table h3 {
  padding-bottom: 0.4em;
}

a {
  color: black;
  text-decoration: none;
}

.cv_contact {
  text-align: center;
  display: block;
  margin: 0.4em;
}

.cv section {
  border-top: none;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.cv_item h3 {
  margin-top: 0.4em;
}

.cv_edu {
  margin-bottom: 0em;
}

.cv_content ul {
  margin-bottom: 0.4em;
}

.fineprint {
  font-size: 9pt;
}
