html {
  background: #e9ecef;
}

.wrapper {
  max-width: 1060px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 30px auto;
}

header {
  display: -webkit-box;
  display: flex;
  flex-flow: wrap;
  -webkit-box-align: center;
          align-items: center;
  background: #FFF;
  padding: 15px;
}

.logo {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 15px;
  margin-right: 0;
  text-align: center;
}

.procedure {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 15px;
}

.procedure__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.procedure__info .label {
  font-weight: bold;
}

.procedure__info .value {
  padding-left: 20px;
}

.reports {
  overflow-x: auto;
  margin: 30px 0;
  padding: 15px 0 0;
  background: #FFF;
}

.reports .report {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 1040px;
  border-bottom: 1px solid #ccc;
  height: 131px;
}

.reports .report:last-child {
  border: 0;
  padding-bottom: 0;
}

.reports .report__col {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 15px 0;
  padding: 0 15px;
}

.reports .report__col:first-child {
  text-align: center;
}

.reports .report__col--2 {
  -webkit-box-flex: 2;
          flex: 2;
}

.reports .report__col .img {
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.reports .report--header {
  font-weight: bold;
  text-transform: uppercase;
}

.reports-footer {
  padding: 30px;
  background: #FFF;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  text-align: center;
}

.reports-footer__col {
  -webkit-box-flex: 1;
          flex: 1;
}

.report-note {
  text-align: center;
  padding: 20px;
  font-style: italic;
}

@media screen and (max-width: 560px) {
  .reports,
  .wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.download-pdf {
  text-align: center;
  text-decoration: underline;
  color: #333;
  cursor: pointer;
}

.parsing .report:nth-of-type(9),
.parsing .report:nth-of-type(20),
.parsing .report:nth-of-type(31),
.parsing .report:nth-of-type(42),
.parsing .report:nth-of-type(53) {
  margin-bottom: 100px;
}

