/*
 * ==================================================
 * Nazadnje spremenjeno: 4. 10. 2023
 * ==================================================
 */

@import url("../../css/works.css");

/*
 * ==================================================
 * Matematika
 * ==================================================
 */

span.frac {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  text-indent: 0em;
  text-align: center;
}
span.frac > span {
}
span.frac span.s {
  display: none;
}
span.frac span.b {
  border-top: 1px solid;
}

/*
 * ==================================================
 * Razpredelnice
 * ==================================================
 */

table.indeks {
  padding: 0px;
  border-width: 0px;
}

td.center {
  text-indent: 0;
  font-family: "Georgia", serif;
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}

