/* Import subject analyzer styles for blacklist checker */
/* Both tools use the same report card design */
@import url(/assets/subject_analyzer-9bcadc5ba2256fc15cc12f1a30c6550eba3581985994eb8e9faa0be5cead316f.css);

/* Remove the blue quote icon from the report title */
.report-title:before {
	content: none;
}

/* Override section padding - add left padding to entire section */
.report-sections>li {
	padding: 30px 0 40px 30px;
}

/* Remove any additional margin from headers */
.report-sections>li h3 {
	margin-left: 0;
	margin-bottom: 20px;
	text-transform: none; /* Override uppercase from parent style */
}
