.horizontal-list > .org-ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.horizontal-list > .org-ul > li:nth-child(even) {
  text-align: right;
}
.horizontal-list > .org-ul > li:nth-child(odd) {
  text-align: left;
}
.horizontal-list > .org-ul > li {
  flex-grow: 1;
  list-style: none;
}

.resume-table > tbody > tr > td {
  border: 0;
}
.resume-table > tbody > tr > td:nth-child(even) {
  text-align: right;
}

/*# sourceMappingURL=resume.css.map */
