# Browsers stop applying styles to nested elements after a certain depth
# Firefox stops at ~200
# Chrome stops at ~500
# So we stop nesting the .comment-thread element before we hit that point
var int MAX_NESTED_DEPTH = 180;
dreamwidth sometimes you worry me