/* User Info */
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #FFC411;
}

.alert-info {
    color: #333333;
    background-color: #d7def4;
    border-color: #c5cbe0;
}
.btn-primary {
    background-color: #4767B5;
    border-color: #4767B5;
}

form label
{
    font-weight: normal;
}

ul.nav-tabs
{
    border-bottom: none;
}

.caTabPanel
{
    padding: 20px;
}

#userInfo, #userSubscriptions, #userPayments
{
    max-width: 800px;
    margin: 0 auto;
}

    #userSubscriptions div.subscription, #userSubscriptions > h2
    {
        max-width: 400px;
        margin: 0 auto;
    }

    #userPayments
    {
        padding: 30px;
    }

    #userSubscriptions div.subscription a:hover
    {
        cursor: pointer;
        color: #c90;
        background-color: #eee9dd;
        text-decoration: none;
    }

#userSubscriptions div.subscription h3
{
    padding: 4px;
}

    #userSubscriptions div.subscription h3 a
    {
        float: right;
        font-size: 8pt;
        margin-top: 8px;
        margin-right: 10px;
    }

ul.nav-tabs > li > a.active:hover
{
    background-color: #fff;
}

ul.nav-tabs > li > a:hover
{
    background-color: #eee;
}

ul.nav-tabs > li > a.active
{
    font-weight: bold;
}

div.cancelAlert
{
    max-width: 600px;
    margin: 0 auto;
}

div.reasonSelect
{
    max-width: 400px;
    margin: 20px auto;
}

div.reasonSelect h5
{
    font-size: 1.5em;
}

hr.gold
{
    border-color: #ffd800;
    max-width: 500px;
}

.region-header {
    color: #000;
    font-weight: bold;
}

span.bullet:after {
    content: "\2022";
    color: #5c7997;
    font-size: 90%;
}