body{background-color:#dbd7cb}.row{width:100%}.report-card{background-color:#fdfdfd;box-shadow:5px 5px 16px hsla(0,0%,60%,.633);color:#1e2526;justify-content:space-between;margin:2.5vw;padding:15px 30px}.report-card,.report-card .subjects{display:flex;flex-direction:column}.report-card h2{margin:10px;text-align:center}.report-card .official{color:#d3d3d3;display:flex;justify-content:space-evenly;margin:auto auto 10px;width:50%}.report-card .no-subject,.report-card .subject{border-bottom:thin solid #d3d3d3;border-radius:0;margin:0 10px;padding:10px 0;text-align:left}.report-card ul{counter-reset:my-awesome-counter;list-style:none}.report-card li{counter-increment:my-awesome-counter;display:flex}.report-card li:hover{font-weight:700}.report-card li:before{background-color:#cacab6;border-radius:50%;color:#fff;content:counter(my-awesome-counter);display:block;font-weight:700;height:20px;margin:auto 10px auto 0;max-width:20px;min-width:20px;padding-bottom:20px;text-align:center}