h1, h2, div, ul, li, p {
  margin: 0px;
  padding: 0px;
  border: 0px solid none;
  vertical-align: baseline;
}

body {
  font-family: Georgia, Verdana, Serif;
  font-size: 14px;
  line-height: 22px;
  color: black;
  background-color: #fff;
}

h1.name {
  color: #1C428F;
  margin-left: 163px;
  font-size: 40px;
  font-weight: normal;
  line-height: 65px;
}

h2.title {
  float: left;
  text-align: right;
  color: #1C428F;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  width: 140px;
}

div.clear {
  clear: both;
}

@media not print {
div.cv {
  width: 780px;
  margin: 0px auto;
  padding: 60px;
  box-shadow: 1px 1px 10px 6px #DDD;
}
}

@media print {
div.cv {
  width: 780px;
  margin: 0px auto;
}

div.languages {
  display: none;
}
}

div.contact {
  padding-left: 165px;
}

div.category {
  clear: both;
  padding-top: 30px;
}

div.content {
  float: left;
  padding-left: 23px;
  width: 617px;
}

div.content ul {
  padding-left: 14px;
}

div.content li {
  float: left;
  width: 280px;
  padding-right: 20px;
}

div.company {
  margin-top: 30px;
}

div.company:first-child {
  margin-top: 0px;
}

div.company-name {
  float: left;
  font-weight: bold;
}

div.company-date {
  float: right;
  color: #444;
}

div.job-title {
  clear: both;
}

div.job-summary {
  clear: both;
  padding-top: 10px;
}

.small {
  font-size: 10px;
}

div.address {
  padding-bottom: 8px;
}

div.phone {
  padding-bottom: 8px;
  background-image: url("cv-phone.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 20px;
}

div.email a {
  text-decoration: none;
  color: #2C52AF;
}

div.languages {
  float: right;
  margin: -50px;
}

div.languages div {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid grey;
}
