.resume-header {
    font-size: 30px;
    font-weight: bold;
}
.section-title {
    font-size: 18px;
/*    font-weight: bold;*/
    font-style: italic;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}
.resume-section {
    margin-bottom: 20px;
}
.bullet-list {
    list-style-type: disc;
    padding-left: 20px;
}

/*
.resume-header {
font-size: 36px;
font-weight: bold;
}
.section-title {
font-size: 24px;
font-weight: bold;
border-bottom: 1px solid #000;
margin-bottom: 15px;
padding-bottom: 5px;
}
.work-experience-section, .education-section {
margin-bottom: 20px;
}*/


/*@media print {
  body * {
    visibility: hidden;
  }
  .printable, .printable * {
    visibility: visible;
  }
  .printable {
    position: absolute;
    left: 0;
    top: 0;
  }
}*/


@media print {
  body * {
    visibility: hidden;
  }
  .printable, .printable * {
    visibility: visible;
  }
  .printable {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; 
  }
}

/*
@media print {
  body * {
    display: none; 
  }

  .printable, .printable * {
    display: block; 
    visibility: visible;
    max-width: 100%;
  }
  .printable {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; 
  }
}*/


/*@media print {
  body * {
    visibility: hidden;
  }

  #form-collect {
    display: none;
  }

  #navbar {
    display: none;
  }

  #section-to-print,
  #section-to-print * {
    visibility: visible;
  }
}*/