.reportcard-section .report-card {
  width: 100%;
  border: 2px solid #222e61;
}
.reportcard-section .report-card tr {
  border-bottom: 1px solid #c9c9c9;
}
.reportcard-section .report-card tr.report-card-header {
  width: 100%;
  background-color: #222e61;
  text-align: center !important;
}
.reportcard-section .report-card tr.report-card-header h3 {
  color: #fff;
  margin: 0;
  font-family: proxima-nova !important;
  text-transform: uppercase;
  padding: 10px 0 20px 0;
}
.reportcard-section .report-card tr:last-child {
  border-bottom: 0;
}
.reportcard-section .report-card tr td {
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.reportcard-section .report-card tr td.stats-attribute-col {
  width: 20%;
  text-align: center;
}
.reportcard-section .report-card tr td.stats-description-col {
  width: 70%;
  text-align: left;
}
.reportcard-section .report-card tr td.stats-grade-col {
  width: 10%;
  text-align: center;
}
.reportcard-section .report-card h5 {
  font-family: proxima-nova !important;
  color: black;
  padding-bottom: 0px !important;
  margin:0;
}
.reportcard-section .report-card span, .reportcard-section .report-card p {
  padding-bottom: 0px !important;
  color: black;
}
.reportcard-section .image_final {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
  text-align: center;
  padding-top: 40px;
  margin-top: 80px;
  margin-bottom: 20px;
}
.reportcard-section .image_final p {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.reportcard-section .image_final h3 {
  padding-bottom: 0;
  padding-top: 40px;
}
.reportcard-section .readers-score .product_report_card {
  display: flex;
  align-items: center;
}
.reportcard-section .readers-score .product_report_card .product_report_card-left {
  max-width: 500px;
}
.reportcard-section .readers-score .product_report_card .product_report_card-left a {
  font-size: 32px;
  max-width: 510px;
  color: #222e61;
}
.reportcard-section .readers-score .product_report_card .product_report_card-left a:hover {
  color: #222e61;
  text-decoration: none;
}
.reportcard-section .readers-score .product_report_card .product_report_card-right {
  margin-left: auto;
}
.reportcard-section .readers-score .main-score {
  margin-top: 0px;
}

.readers-score {
  z-index: 10;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_report_card-left h3 a {
	font-weight:800;
}

.readers-score .rating-stars ul {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 3px;
}

@media screen and (max-width: 767px) {
  .reportcard-section .report-card tr {
    display: block;
    width: 100%;
    float: left;
  }
  .reportcard-section .report-card tr td.stats-grade-col, .reportcard-section .report-card tr td.stats-description-col, .reportcard-section .report-card tr td.stats-attribute-col {
    display: block;
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .reportcard-section .report-card tr p {
    text-align: center;
  }
  .reportcard-section .readers-score .product_report_card {
    display: block;
  }
  .reportcard-section .readers-score .product_report_card .product_report_card-left {
    max-width: 100%;
  }
}

/*# sourceMappingURL=reportcard.css.map */
