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