﻿h5 {
    font-family: Arial,sans-serif;
    text-transform: none;
    font-stretch: normal;
    background-color: #888888;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px;
    margin: 0px;
}

h6 {
    font-family: Arial,sans-serif;
    font-stretch: normal;
    text-transform: none;
    font-size: 16px;
    color: #323232;
    line-height: 18px;
    font-weight: bold;
}

.support_sidebar {
    background-color: #d5d5d5;
    align-content: center;
    margin: 0px;
    font-weight: normal;
    color: #323232;
    line-height: 14px;
    padding: 10px;
}

table.support_table {
    width: 912px;
    margin: 0px;
    padding: 0px;
}

    table.support_table td {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
    }

.support_licensing_container {
    display: block;
    position: relative;
    overflow: auto;
}

    .support_licensing_container > div {
        display: block;
        position: relative;
        float: left;
        width: 305px;
        padding-bottom: 20px;
        padding-right: 10px;
    }

.support_questions {
    position: relative;
    width: 300px;
}

    .support_questions a {
        position: relative;
        display: block;
        font-size: 14px;
        color: #005397;
        line-height: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .support_questions img {
        position: absolute;
        left: 8px;
        top: 14px;
    }

a.support-selected {
    background-color: #EEEEEE;
}

.support_answers {
    color: #454545;
    padding: 10px;
    background-color: #EEEEEE;
    height: 420px;
    width: 335px;
}

.faq {
    display: none;
    line-height: 18px;
}
