/* --------------------- *
 * (c) 2009-2015 M.Abduh *
 * --------------------- */

/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

ul, ol {
  list-style: square;
}

fieldset, img {
  border: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* TYPE */
body {
  font: 14px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  background-color: #fff;
  color: #333;
}

#resume {
  margin: 40px 100px 40px 40px;
  padding-bottom: 20px;
}

#resume .applicant {
  margin-bottom: 4px;
  font-size: 10pt;
  font-weight: bold;
}

#resume .address {
  margin-top: 0;
  width: 150px;
  float: left;
}

#resume .contact {
  margin-top: 0;
}

#resume .contact img {
  vertical-align: baseline;
}

#resume .section-title {
  clear: both;
  margin-top: 20px;
  margin-bottom: 4px;
  padding-bottom: 0;
  font-size: 9pt;
  font-weight: bold;
  border-bottom: 1px dotted #c0c0c0;
}

#resume #objective {
  margin-top: 40px;
}

#resume .section-content {
  margin-top: 0;
  margin-left: 30px;
  margin-bottom: 8px;
}

#resume .section-content2 {
  margin-top: 0;
  margin-left: 30px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

#resume .employer {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 10pt;
}

#resume .place-and-time {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 8pt;
}

#resume .place-and-time-small {
  font-size: 8pt;
  font-weight: bold;
}

#resume ul {
  margin-left: 60px;
}

#resume em {
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
}

.non-printable a {
  color: #333;
  text-decoration: none;
}

@media print {
  #resume {
    margin: 20px;
  }

  .non-printable {
    display: none
  }
}
