﻿body
{
    font-size: 62.5%;
    font-family: Verdana, Sans-Serif;
}

h2
{
    font-size: 10pt;
    color: #334961;
}

.kursiv
{
    font-style: italic;
}

.faqSvar
{
    font-style: italic;
}

.faqSpm
{
    font-weight: bold;
}

.faqItem
{
    border-bottom: 1px solid silver;
    padding: 5px;
    width: 750px;
}

.faqIndex
{
    padding: 5px;
    width: 750px;
}

.LoggedInLabel
{
    font-size: 0.8rem; 
    line-height: 1.5rem;
}

.privchek {
    font-size: 0.8rem;
    line-height: 1.5rem;
    
}

.privchek td {
    text-align:center;
}
.privchek th:first-child {
    text-align: left;
}

.sectionrow > td, .sectionrow > th {
    border-top: silver solid 4px;
    padding-top: 5px;
    line-height:0px;
    font-size:0px;
}

.redx, .greencheck {
    font-size: 1.5rem;
    line-height: 1rem;
}

.redx::before {
    content: 'x';
    color: red;
    font-weight: bold;
}

.greencheck::before {
    content: '✔';
    color: green;
    font-weight: bold;
}
