﻿
#tabb-wrapper {
    margin: 3em 2em 1em 2em auto;
    width: 99%;
    border: 1px dotted black;
    padding: 0;
}

    #tabb-wrapper ul {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

        #tabb-wrapper ul li a {
            text-decoration: none;
            display: block;
            float: left;
            padding: 5px 20px 3px 20px;
            border: .5px solid #A6BAFB;
            color: black;
            border-top-left-radius: .5em;
            border-top-right-radius: .5em;
            background-color: #A6BAFB;
            margin-right: .2em;
        }

        #tabb-wrapper ul:after {
            content: "";
            display: table;
            clear: both;
        }

.tab_cont {
    display: none;
}

.active_tabb {
    background-color: #4761A4 !important;
    color: white !important;
}

.active_tabb_content {
    display: block;
}

/*.Tab2ButtonForMobile {
        display:block !important;
        margin:10px 2px 5px 2px;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        font-size: 1.2em;
        margin: 15px 0;
        border-radius: 7px;
        box-shadow: 0px 1px 1px 1px #666666;
        line-height: 165%;
        background-color: #1f3776;
        cursor: pointer;
        color: white;
    }*/



