/* styles.css */
.centered {
  text-align: center;
}

/* get rid of all rules for borderless */

div.cv-table>table.table {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

div.cv-table>table.table> :not(caption)>*>* {
  border: 0 !important;
  box-shadow: none !important;
}

/* #education>table> :not(caption)>*>* {
  border: 0 !important;
  box-shadow: none !important;
}

#education table.table {
  border-top: 0 !important;
  border-bottom: 0 !important;
} */