﻿.kst-faq-container
{
    margin-bottom: 12px;
}

.kst-faq-question
{
    font-size: 18px;

    cursor: pointer;
}

.kst-faq-question:hover
{
    color: #dd0000;
}

.kst-question-expander
{
    padding-bottom: 6px;
}

.kst-faq-answer
{
    height: 0px;
    overflow: hidden;

    font-size: 14px;
    color: #aaa;

    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.kst-faq-answer-inner
{
    line-height: 1.3em;
    padding: 4px 0px 6px 22px;
}

.kst-faq-red
{
    color: #dd0000;
}