.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.nav-tabs li.active a {
    font-weight: bold;
    border-bottom: 3px solid #396496;
}

.tabs ul li h3 a {
    text-decoration: none;
    color: #396496;
    padding:15px;
}


.fs22 { font-size: 22px;}

.tab-content h2 {
    color: #396496; font-weight: 400; font-size: 48px; margin-top: 30px; text-align:center
}
