﻿/* Defaults and setup */
* {
    font-family: 'ClearSans-Lt', sans-serif;
}

    * strong, * b {
        font-family: 'ClearSans-Bd', sans-serif;
        font-weight: normal;
    }

/* Standards */
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 0.7em;
}

/* Nav */

.IBHelp .navbar-default {
}

    .IBHelp .navbar-default .navbar-nav > li > a {
        text-decoration: underline;
        /*line-height: 45px;*/
        font-family: sans-serif;
        color: #692C89;
        font-size: 18px;
        font-family: "ClearSans-Bd", sans-serif;
        text-decoration: none;
    }

        .IBHelp .navbar-default .navbar-nav > li > a:hover,
        .IBHelp .navbar-default .navbar-nav > li > a:focus {
        }

.dropdown-menu li a {
    font-size: 16px;
}

/* on-page nav panel */
.panel.panel-default .panel-heading {
    color: #FFF;
    font-family: 'ClearSans-Bd', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.42em;
    text-transform: uppercase;
}
.panel.panel-default .panel-body a {
    color: #5D196D;
    font-family: 'ClearSans-Bd', sans-serif;
    text-decoration: none;
}

h2 {
    color: #692c89;
}

.btn.btn-default {
    color: #FFF;
    font-family: 'ClearSans-Bd', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}
.page a {
    color: #5D196D;
    font-family: 'ClearSans-Bd', sans-serif;
    text-decoration: none;
}

/* Legacy HTML styles */
.prodHeading {
    font-family: 'ClearSans-Bd', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #F18825;
}
.back_button {
    display: none;
}
.page table {
    width: 100%;
}
.page * {
    text-align: left;
}