.code {
  display: table;
  font-family: "Lucida Console", Monaco, monospace;
}

.uncovered {
  color:red;
}

.covered {
  color:green;
}

.total-coverage {
  font-size: 2em;
}

.irrelevant {}

table.file-list {
  width: 100%;
  border-collapse: collapse;
}

td, th {
  text-align: center;
  padding: 10px 10px;
  border-bottom: 1px solid;
  font-size: 1.2em;
}

td.file-name, th.file-name {
  text-align: left;
}

td a, td a:visited {
  text-decoration: none;
  color: #07A;
}

tr.stripe, :target {
  background-color: #F5F5EC;
}

div.report-container {
  width: 60%;
  margin: 0 20%;
}

.file-info div {
  display: inline-block;
  margin-bottom: 1em;
  padding-right: 2em;
}

div.line-numbers {
  display: table-cell;
  padding-right: 1em;
  text-align: right;
}

.line-numbers a {
  color: black;
  text-decoration: none;
}

.line-numbers a:hover {
  color: blue;
  text-decoration: underline;
}

div.file-lines {
  display: table-cell;
}

div.lines-wrapper {
  display: table-row;
}

/* Sorting Triangles */

.sort-icon-up {
  cursor: pointer;
  display: inline-block;
  margin-left: 0.5em;
  margin-bottom: 0.2em;

  width: 0px;
  height: 0px;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid black;
}

.sort-icon-down {
  cursor: pointer;
  display: inline-block;
  margin-left: 0.5em;
  margin-bottom: 0.2em;

  width: 0px;
  height: 0px;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid black;
}
