.syntax-highlighter-code{
	> pre{
		> code{ // Resetting styles from the styleguide since SyntaxHighlighter manages its own
			font-size: initial;
			padding: initial;
			border-radius: initial;
			&::before, &::after{
				content: '';
			}
		}
	}
}