﻿/*Additional CSS for terms page*/

body {
    counter-reset: tac;
    position: relative;
    overflow-y: scroll;
    padding-left: 2em;
    padding-right: 2em;
    text-align: justify;
    color: #bbb;
    max-width: 66EM;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2EM;
    padding-top:4ex;
}

h1 {
    font-weight: 300;
    text-align: center;
}

h1 {
    position: relative;
    color: white;
}

ol, ul, p {
    line-height: 1.13EM;
}

ol {
    list-style-type: lower-alpha;
}

    ol ol {
        list-style-type: lower-roman;
    }
