
/* Indentation of nested comments. */

.ReplyToDepth-1 {
    padding-left: 3em !important;
}
.ReplyToDepth-2 {
    padding-left: 6em !important;
}
.ReplyToDepth-3 {
    padding-left: 9em !important;
}
.ReplyToDepth-4 {
    padding-left: 12em !important;
}
.ReplyToDepth-5plus {
    padding-left: 15em !important;
}

