@import url("../../css/works.css");

/** Typography */

.text-no-indent,
.t-no-indent {
  text-indent: 0;
}

.text-center,
.t-center {
  text-align: center;
  text-indent: 0;
}

.text-right,
.t-right {
  text-align: right;
  text-indent: 0;
}

.text-small-caps,
.t-small-caps {
  font-variant: small-caps;
}

/** Lists */

ul.index {
  font-family : "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  line-height: 200%;
  list-style: none;
  margin-left: 9%;
  margin-right: 9%;
  padding: 0;
  text-align: left;
  text-indent: 0em;
}

ul.index ul {
  list-style: none;
  margin: 0 0 0 2em;
  padding: 0;
}

/** table of contents */

div.toc {
  color: #000033;
  text-indent: 0em;
  font-weight: bold;
  font-family : "Helvetica", "Arial", sans-serif;
  line-height: 130%;
  text-align: left;
  margin: 0 7%;
}

div.toc::after {
  content: "";
  clear: both;
  display:block;
}

.toc__list {
  line-height: 150%;
  list-style: none;
  margin:0;
  padding: 0;
}

.toc__list  .toc__list {
  margin-left: 2em;
}

.toc__image {
  border: 1px solid black;
  float: right;
  margin: 0 0 25px 0;
  max-width: 100%;
  width: 340px;
}

/** Table */

th {
  font-weight: normal;
  white-space: nowrap;
}

th, td {
  padding: 0 4px;
}

td {
  vertical-align: bottom;
}

tr.pad-top > td {
  padding-top: 8px;
}

tr.pad-bottom > td {
  padding-bottom: 8px;
}

td.border-top {
  border-top: 1px solid black;
}

td.border-bottom {
  border-bottom: 1px solid black;
}

td.leader {
  overflow: hidden;
  padding-right: 5em;
}

td.leader::after {
    content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
    white-space: nowrap;
    display: inline-block;
    width: 0;
}
