﻿html 
{
    scroll-behavior: smooth;
}

.faqItemTitles LI A
{
    text-decoration: none;
}

.faqItemTitles LI A:hover
{
    text-decoration: underline;
}

.faqItemTitle 
{
    font-weight: bold;
    border-top: 1px dashed #8c9898;
    padding-top:20px;
}

.faqItems table td
{
    padding-right: 8px;
}

.faqItems table,
.faqItems img
{
    margin-bottom: 15px;
}

A.backToTop 
{
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
}

A.backToTop:hover
{
    text-decoration: underline;
}
