#sfhLayout td {
    vertical-align: top;
}

#sfh {
    width: 650px;
    border-collapse: collapse;
    font-size: 14px;
    padding-bottom: 50px;
    white-space: nowrap;
}

    #sfh td:first-child,
    #sfh th:first-child {
        padding-left: 35px;
    }

    #sfh td:last-child,
    #sfh th:last-child {
        text-align: right;
    }

    #sfh th, #sfh td {
        border: 1px solid #ccc;
        padding: 0px 10px;
        text-align: left;
        vertical-align: text-bottom;
    }

    #sfh th {
        background: #f5f5f5;
        font-weight: 600;
        padding: 6px 10px;
    }

    #sfh thead th {
        position: sticky;
        border-top: none !important;
        z-index: 1;

    }

.showPanelBtn {
    border: 0;
    background-color: unset;
}

#sfhSidePanel {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background: white;
    overflow-y: auto;
    box-shadow: -4px 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    z-index: 9999;
    transform: translateX(100%); /* hidden */
    transition: transform 0.3s ease;
}


/*==================================================*/
#articles h2 {
    margin-top:50px;
}

#articles pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: raleway;
    line-height: 150%;
}

#tdArticles {
    vertical-align: top;
}

/*#articles::after {
    content: "";
    display: block;
    height: 80px;
}
*/
.tabScroll {
    overflow-y: scroll;
    padding-bottom: 50px;
}

#articles k {
    color: blue;
    cursor: pointer;
}

#articles i {
    color: indianred;
    cursor: pointer;
    font-weight: bold;
}

/*=====================================*/


#United\ States h2:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("flags/us.svg");
    background-size: cover;
    vertical-align:baseline;
}

#China h2:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("flags/cn.svg");
    background-size: cover;
}

#India h2:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("flags/in.svg");
    background-size: cover;
}

#Germany h2:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("flags/de.svg");
    background-size: cover;
}

#United\ Kingdom h2:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("flags/gb.svg");
    background-size: cover;
}

#France h2:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("flags/fr.svg");
    background-size: cover;
}

#Japan h2:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("flags/jp.svg");
    background-size: cover;
}

#Brazil h2:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("flags/br.svg");
    background-size: cover;
}

#South\ Africa h2:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("flags/za.svg");
    background-size: cover;
}

#Australia h2:before {
    content: "";
    margin-right:6px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("flags/au.svg");
    background-size: cover;
}