/*** fsh table ***/
.fsh-table {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
}
.fsh-title {
    position: relative;
    display: block;
    font-family: 'Merriweather', serif;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: bold;
    width: 100%;
    padding: 0 0 6px 0;
    margin-bottom: 16px;
}

.formatBlock ul.fsh-items {
    position: relative;
    list-style: none;
    margin: 0 0 30px 27px;
    padding: 0;
}
.fsh-items::after {
    content: "";
    clear: both;
    display: table;
}
.formatBlock li.fsh-item {
    position: relative;
    width: 100%;
    margin: 0 0 6px 0;
    float: left;
}
.formatBlock li.fsh-item:before {
    content: "\f111";
    color: #000 !important;
    font-size: 8px;
    line-height: 15px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 7px;
    left: -26px;
    width: 15px;
    height: 15px;
    margin: auto;
    font-weight: bold;
}

.fsh-top {
    display: block;
    margin: 0;
}
.fsh-lb {
    position: relative;
    display: inline;
    font-weight: bold;
    margin-right: 5px;
    font-size: 18px;
}
.formatBlock a.fsh-link {
    display: inline;
    font-weight: normal;
    text-decoration: underline;
    margin-bottom: 0;
    font-size: 18px;
    padding: 0;
}
.formatBlock a.fsh-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.formatBlock .fsh-content p,
.fsh-content {
    float: left;
    font-style: italic;
    font-size: 16px;
    line-height: 1.4em;
    opacity: 0.8;
}
.fsh-text {
    display: inline;
    margin-right: 4px;
}
.fsh-value {
    display: inline-block;
    margin-right: 4px;
}
.fsh-value:first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .formatBlock ul.fsh-items {
        margin: 0 0 30px 14px;
    }
}