﻿.welcome .bs-example.bs-example-tabs .nav-tabs {
    border: none;
    margin: 2em 0 1em;
}
.welcome .bs-example-tabs ul.nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0 0.7em;
}
    .welcome .bs-example-tabs ul.nav-tabs li a {
        display: block;
        outline: none;
        border: none;
        margin: 0;
        text-decoration: none;
        cursor: text;
    }

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs li a h5 {
    font-size: 1.2em;
    color: #555;
    margin-top: 1em;
    text-align:center;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.headerRight {
    float: right;
}

.headerLeft {
    float: left;
}