@font-face {
    font-family: 'Fortum Sans';
    font-weight: normal;
    font-style: normal;
    src: url("font/fortumsanstt-regular.ttf")
    }

#container-wrapper {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}

.tabs {
    font-family: inherit;
}

[role="tablist"] {
    min-width: 100%;
    text-align: center;
    margin-bottom: 2.0em;
    position: relative;
}

[role="tab"],
[role="tab"]:focus {
    display: inline-block;
    position: relative;
    z-index: 2;
    top: 2px;
    margin-right: 2em;
    margin-top: 4px;
    padding: 1em 0;
    background: #FFFFFF;
    box-sizing: border-box;
    outline: none;
    /* max-width: 22%; */
    overflow: hidden;
    transition: color 0.5s;
    cursor: pointer;
    border: 0px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;

    font-family: Fortum Sans;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

[role="tab"][aria-selected="true"] {
    background: #FFFFFF;
    color: #333333;
    border-bottom: 3px solid #0f7a5a;
    position: relative;
    z-index: 100;
}

[role="tab"]:hover {
    border-bottom: 3px solid #0f7a5a;
}


[role="tab"] span.focus {
    display: inline-block;
    /* margin: 2px;
    padding: 4px 6px; */
    outline-width: 0 !important;
}

/* [role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
    border-bottom: 3px solid #0f7a5a;
    outline-width: 0 !important;
    color: #333333;
} */

[role="tabpanel"] {
    padding: 5px;
    min-height: 10em;
    width: 100%;
}

[role="tabpanel"].hidden {
    display: none;
}

[role="tablist"]::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 2;
}

@media screen and (max-width: 600px) {
    [role="tab"] {
        display: block;
        margin: 2px auto;
    }
}

#sharealert-tabpanel_iframe {
    border: 0px;
}