@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

* {
  margin: 0;
  padding: 0;
  font: normal 12pt/12pt Rubik;
  color: #452650;
}
body {
  padding: 64pt 0;
}

.ecos {
  max-width: 560px;
  margin: 0 auto;
}

h1 {
  font: bold 18pt/18pt Rubik;
  padding: 40px 0 20px;
}
h2 {
  font: bold 14pt/14pt Rubik;
  padding: 40px 0 20px;
}
a {
  color: #E1567C;
}
p {
}
p, p * {
  font: normal 10pt/14pt Rubik;
}
code {
  font-family: monospace;
  background: #eee;
  padding: 1px 2px;
}

table {
  border-collapse: collapse;
  width: 560px;
}
thead {
  border-bottom: 1px dotted #CCC;
  margin: 0 10px;
}
th {
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  padding: 2px 0;
  color: #CCC;
}
tr.sponsorable:first-child > td {
  padding-top: 12px;
}
td {
  vertical-align: top;
}

.i {
  width: 20px;
  padding: 2px 10px 2px 0;
  text-align: right;
}
td.sponsorable {
  width: 180px;
  white-space: nowrap;
}
.project {
  padding-bottom: 10px;
}
.project div {
  width: 360px;
  margin-bottom: 3px;
}

.i,
.stars,
.used_in {
  font-size: smaller;
  color: #CCC;
}
.stars {
  float: right;
  white-space: nowrap;
}
.used_in::after {
  content: ", ";
}
.used_in:last-child::after {
  content: "";
}
