
.maintopic h1::before {
    content: url('../img/arrow-right.svg');
    vertical-align: middle;
}

.maintopic h1 {
    padding-left: 10px;
}

.topic h2::before {
    content: url('../img/question-item.svg');
    display: inline-block;
    vertical-align: middle;
    width: 30px;    
    margin-right: 10px;
}

.topic h2 {    
    padding-left: 10px;
}

#support article {
    display: none;
}

#support h1 {
    padding-left: 10px;
    color: #212121;
    font-size: 24px;
    font-weight: bolder;
}

#support .maintopic {
    border-top: 1px solid #f8f9fa;
}

#support .maintopic:hover {
    background-color: #f8f9fa;
}

#support h2 {
    color: #212121;
    font-size: 18px;
    font-weight: normal;
    display: block;
    padding: 4px;
}

#support h2:hover {
    color: #4189d1;
}

#support .topic {
    display: none;
    padding: 12px;
    padding-left: 22px;
}

#support article {
    padding: 20px;
}

#support .pagecontent {
    grid-gap: 0px;
}

#support ol {
    margin-top: 15px;
}

#navheader {
    margin-top: 12px;
    padding: 10px;
}

#navtitle {
    font-size: 1.5em;
}

.reportimg {
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);    
    max-width: 90%;
    margin: auto;
}
