.underlineContent {
    text-decoration: underline;
}


/* ol[style*=lower-roman] > li::before {
    content: counter(ol-item, lower-roman) ".";
} */

.general-content table:not(.no-general-style) p:not([class]) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

/* Start of ICT solutions list */
#dropper2 .btn {
    --btn-radius: 1.71875rem;
    overflow: hidden;
    padding: 1.125rem 2.25rem !important;
    border: none !important;
    border-radius: var(--btn-radius) !important;
    width: auto !important;
}

.form-grid__holder:last-child:not(.form-grid__holder + *)> :not(.form-grid__input) {
    align-items: baseline !important;
}

.form-grid__holder:last-child:not(.form-grid__holder + *) {
    align-items: baseline !important;
}

/* End of ICT solutions list */

/* Start of popup box */
.hover_bkgr_fricc {
    background: rgba(0, 0, 0, .4);
    display: block;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.hover_bkgr_fricc img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover_bkgr_fricc>div {
    cursor: default;
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 630px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    padding: 15px;
}

.popupCloseButton {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

/* End of Popup box */