/* main */

p {
    text-align: justify;
    margin-bottom: 5px;
}

p:last-child {
    margin-bottom: 0px;
}

ul {
    text-align: justify;
    list-style-image: url('/img/bulletpoint.png');
    margin-left: 20px;
}

li {
    padding-left: 5px;
    text-indent: -5px;
}

li::before {
    content: "";
    display: inline-block;
    width: 5px;
}

/* FAQ */

.qa {
    padding-top: 25px;
    margin-bottom: 0;
}

.qa:first-of-type {
    padding-top: 0;
}

.small * {
    font-size: 18px;
}

/* TOS */

.severability * {
    font-size: 18px;
    color: #C6C6C6;
    font-style: italic;
}
