/* Vertical Rhythm                                          */
/* See http://24ways.org/2006/compose-to-a-vertical-rhythm/ */
body { font-size: 75%; }
html>body { font-size: 12px; }

p { 
  line-height: 1.5em;
  font-size: 1em;
  margin-bottom: 1.5em;
}
#auth-login section > p { margin-bottom: 1em; }

section ul, section ol {
  margin: 1.5em 0;
  padding: 0 0 0 26px;
  line-height: 1.5em;
  font-size: 1em;
}
body>div:not(.vb) ul:not(.contextual-links) li:not(.error li) { list-style: disc; }
body>div:not(.vb) ol li { list-style: decimal; }

h1 { font-weight: bold; font-size: 26px; line-height: 1.3846em; margin-top: 0; margin-bottom: 1.3846em; }
h2 { font-weight: bold; font-size: 22px; line-height: .8181em; margin-top: 0; margin-bottom: .8181em; }
h3 { font-weight: bold; font-size: 20px; line-height: 1.1111em; margin-top: 0; margin-bottom: 1.1111em; }
h4 { font-weight: bold; font-size: 18px; line-height: 1em; margin-top: 0; margin-bottom: 1em; }
h5 { font-weight: bold; font-size: 16px; line-height: .8889em; margin-top: 0; margin-bottom: .8889em; }
h6 { font-weight: bold; font-size: 14px; line-height: .7778em; margin-top: 0; margin-bottom: .7778em; }