﻿/*ul.tabs
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li:first-child
    {
        border-top-left-radius: 8px;
    }

    ul.tabs li:last-child
    {
        border-top-right-radius: 8px;
    }

    ul.tabs li
    {
        background: #e8e8e8;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
        border-collapse: collapse;
        border-top: 2px solid #adadad;
    }

        ul.tabs li.current
        {
            background: white;
            color: #222;
            border-collapse: collapse;
            border-top: 2px solid #0e9aef;
            border-bottom: 3px solid white !important;
        }

.tab-content
{
    display: none;
    border-collapse: collapse;
}

    .tab-content.current
    {
        display: inherit;
    }








.TabButtonsLightInkBlue
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}


    .TabButtonsLightInkBlue li
    {
        background: #84a3d4;
        padding: 5px 5px;
        cursor: pointer;
        align-items: center;
    }

        .TabButtonsLightInkBlue li.current
        {
            background: white;
            color: black;
            width: auto !important;
        }


.HighlightedTab
{
    background: #c34a4a !important;
    color: white !important;
}*/
