﻿@charset "UTF-8";

.support {
    padding-bottom: 20px;
}

.support h3 {
    font-size: 21px;
    color: #666666;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.support h4 {
    font-size: 17px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 10px;
}

.support .lead {
    font-size: 17px;
    color: #666666;
}

.support ul {
    margin: 0 0 0 1em;
    padding: 0;
    font-size: 14px;
    color: #666666;
}
    .support ul > li {
        list-style: disc;
        margin-top: 4px;
        margin-bottom: 4px;
    }

        .support ul > li > ul {
            font-size: 14px;
            color: #666666;
        }
        .support ul > li > ul > li {
            list-style: circle;
            margin-top: 4px;
            margin-bottom: 4px;
        }
