#resume {
  font-size: 14px;
}
#resume .head {
  text-align: center;
  margin-bottom: 20px;
}
#resume .head h1 {
  font-size: 28px;
  font-weight: normal;
  height: 30px;
}
#resume .section {
  margin-bottom: 20px;
}
#resume .section h2 {
  border-bottom: 4px double #dcdcdc;
  margin-bottom: 10px;
  font-size: 15px;
}
#resume .section h3 {
  font-size: 14px;
}
#resume .section h4 {
  font-size: 12px;
}
#resume .section ul {
  list-style-type: square;
  margin: 0;
}
#resume .section li {
  margin-left: 20px;
  line-height: 1.1em;
  margin-bottom: 3px;
}
#resume .section .sub-section {
  margin-bottom: 10px;
}

#resume .section .two-col .cl {
  width: 380px;
  float: left;
}
#resume .section .two-col .cr {
  width: 170px;
  float: left;
}
#resume .section .two-col-igual .cl {
  width: 275px;
  float: left;
}
#resume .section .two-col-igual .cr {
  width: 275px;
  float: left;
}
#resume .spacing {
  height: 20px;
}

