﻿ul.faq {
  list-style: circle;
  padding-left: 30px; }
  ul.faq li {
    text-decoration: none;
    padding-left: 10px;
    line-height: 30px; }

ul.faq.numbered {
  list-style: decimal; }

ul.faq.nothing {
  padding-left: 0;
  list-style: none; }
