/* Import subject analyzer styles for blacklist checker */
/* Both tools use the same report card design */
@import url(/assets/subject_analyzer-c7adc7b0482d70d9edbe9166268303ea1384e27720c62dc9bee57cab1037258f.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 */
}
