@font-face {
    font-family: TrustpilotSans;
    font-style: normal;
    font-weight: normal;
    src: url(/tools/InvestmentCal3/config/company/uk-trst/font/trustpilotsans-regular.ttf) format('truetype');
}
@font-face {
    font-family: TrustpilotSans;
    font-style: normal;
    font-weight: bold;
    src: url(/tools/InvestmentCal3/config/company/uk-trst/font/trustpilotsans-bold.ttf) format('truetype');
}

#container-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-family: Figtree;
    font-size: 18px;
}

.tabs,
.focus,
button {
    font-family: TrustpilotSans;
    font-size: 18px;
}

[role="tablist"] {
    min-width: 100%;
    text-align: center;
    margin-top: 1em;
}

[role="tab"] {
    box-sizing: border-box !important;
    position: relative;
    display: inline-block;
    width: calc(90%/5);
    overflow: hidden;
    border-radius: 30px;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #1C1C1C;
    background: #FFFFFF;
    border: 1px solid #1C1C1C;
    cursor: pointer;
    margin-right: 1em;
}

[role="tab"][aria-selected="true"],
[role="tab"]:focus,
[role="tab"]:hover {
    background: #1C1C1C;
    color: #FFF;
}

[role="tabpanel"] {
    padding: 5px;
    min-height: 10em;
    width: 100%;
}

[role="tabpanel"].hidden {
    display: none;
}

#shareseries-tabpanel_iframe,
#splookup-tabpanel_iframe,
#investmentcal2-tabpanel_iframe {
    border: none;
}

button#sharegraph3-tab {
    margin-left: 0;
}

button#sharealert-tab {
    margin-right: 0;
}

@media screen and (max-width: 1126px) {
    [role="tab"] {
        display: inline-block;
        margin: 4px auto;
        width: 49%;
    }
    [role="tablist"] {
    }
}

@media screen and (max-width: 600px) {
    [role="tab"] {
        display: block;
        margin: 2px auto;
        width: 98%;
    }
}