html,
body {
  color: #121212;
  background-color: white;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern';
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-family: GuardianTextEgyptian,Guardian Text Egyptian Web,Georgia,serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.body-with-rules {
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

h1 {
  font-family: "GH Guardian Headline", Georgia, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}

h2 {
  font-family: GuardianTextEgyptian,Guardian Text Egyptian Web,Georgia,serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.standfirst {
  /* font-family: "Guardian Text Sans Web", Helvetica, Arial, sans-serif; */
  font-size: 14px;
  line-height: 18px;
  /* color: #767676; */
  margin-bottom: 10px;
}

.source {
  font-family: "Guardian Text Sans Web", Helvetica, Arial, sans-serif;
  padding-top: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  color: #767676;
}

.table {
  font-family: "Guardian Text Sans Web", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  max-width: 1000px;
  margin-bottom: 10px;
}

.row {
  display: flex;
  border-top: 1px solid #dcdcdc;
  position: relative;
}

.row span {
  padding: 7px 0;
}

.projects .rect {
  display: inline-block;
  padding: 0;
  background-color: #d0d0d0;
  height: 12px;
  width: 6px;
  margin: 0 1px;
}

.project-count {
  color: #676767;
  margin-left: 3px;
}

@media (min-width: 600px) {
  .projects .rect {
    width: 10px;
  }
  .project-count {
    margin-left: 5px;
  }
}

@media (max-width: 290px) {
  .projects .rect {
    display: none;
  }
}



.row:first-child > span,
.row:first-child .project-count {
  font-family: GuardianTextEgyptian,Guardian Text Egyptian Web,Georgia,serif;
  font-weight: bold;
  color: #121212!important;
  font-size: 14px;
  margin-left: 0;
  position: relative;
  left: auto;
}

.row:first-child {
  border-top: 0;
  align-items: end;
}

.row:nth-child(2){
  border-color: #959595;
}

.row:first-child .name {
  padding-left: 0;
}

.row:first-child .value {
  background-color: transparent;
}

span.name {
  width: 50%;
  padding-right: 10px;
}

.value {
  background-color: rgba(0,0,0,0.05);
  color: #CC0A11;
  font-weight: bold;
  text-align: right;
  height: 100%;
  width: 25%;
  position: absolute;
  padding-right: 5px!important;
  left: calc(50%);
}

.projects {
  padding-left: 10px!important;
  width: 25%;
  position: absolute;
  left: calc(75%);
}