/* css */
@import '../../unauth.css';

.poster {
  background-image: url('../../../img/posters/book.jpg');
  background-color: #505155;
}

.reports {
  padding: 75px 0 70px 0;
  line-height: 25px;
}

.reports .wrapper {
  padding: 0 100px;
}

.reports .left {
  font-size: 13px;
  box-sizing: border-box;
  max-width: 650px;
}

.reports .left table {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
}

.reports .left table td {
  border-bottom: 2px solid #e9edec;
  padding: 20px 10px 20px 0;
  vertical-align: top;
}

.reports .left table td:last-child {
  text-align: right;
  padding-right: 0;
}

.reports. .left table tr:last-child td {
  border-bottom: 0 none;
}

@media only screen and (max-width: 1180px) {
  .poster {
    background-image: url('../../../img/posters/book-mobile.jpg');
  }

  h1, h2 {
    font-size: 20px;
  }

  .reports {
    padding-bottom: 0;
    padding-top: 140px;
  }

  .reports .wrapper {
    padding: 0 20px;
  }

  .reports .left {
    max-width: 100%;
    min-width: 100%;
  }

}

@media only screen
and (min-height: 300px)
and (max-height: 665px) {
  .reports {
    padding-top: 155px;
  }
}