#reports main .main_visual {
  background-image: url("../../img/reports.jpg");
}

#reports main p {
  line-height: 40px;
}

#reports main .reports-section table tbody tr td {
  padding: 2rem 0;
}

#reports main .reports-section table tbody tr .table_date {
  width: 15%;
}

#reports main .reports-section table tbody tr .table-title {
  width: 65%;
}

#reports main .reports-section table tbody tr .table_download {
  width: 20%;
  text-align: right;
}

@media (max-width: 991px) {
  #reports main p {
    line-height: 32px;
  }
  #reports main .reports-section table tbody tr {
    border-bottom: 1px solid #676767;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  #reports main .reports-section table tbody tr:nth-child(1) {
    padding-top: 0;
  }
  #reports main .reports-section table tbody tr td {
    width: 100% !important;
    border: none;
    padding: 0.5rem 0;
  }
  #reports main .reports-section table tbody tr .table_download {
    text-align: left;
  }
}
/*# sourceMappingURL=reports.css.map */