/**
 * @file
 * TOC styling
 */

.back-to-top {
  float: right;
}

ol.none {
  list-style-type: none;
}

ol.circle {
  list-style-type: circle;
}
ol.disc {
  list-style-type: disc;
}
ol.square {
  list-style-type: square;
}

ol.decimal {
  list-style-type: decimal;
}
ol.lower-alpha {
  list-style-type: lower-alpha;
}
ol.upper-alpha {
  list-style-type: upper-alpha;
}
ol.lower-roman {
  list-style-type: lower-roman;
}
ol.upper-roman {
  list-style-type: upper-roman;
}
