body
{
    margin-top: 0px;
    margin-bottom: 0px;
}

tbody tr:nth-child(odd) {
   background-color: rgb(241, 241, 241);
}


.page-header
{
    color: #2b5769;
    border-bottom: 1px solid #ccc;
}

h1 h2 h3 h4 h5 h6
{
    color: #2b5769;
}

.no-border-radius
{
    border-radius: 0px;
}

.nav-tabs li a:hover
{
    border-radius: 0px;
    font-size: 17px;
    color: #f7941f;
    background: none;
    border: none;
}

ul.nav-tabs
{
    border-radius: 0px;
    font-size: 17px;
}

ul.nav-tabs li:first-child a
{
    border-radius: 0px;
}

ul.nav-tabs li:last-child a
{
    border-radius: 0px;
}

ul.nav-tabs.affix
{
    top: 10px; /* set the top position of pinned element */
}

ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover
{
    border-radius: 0px;
    color: #f7941f;
    border: 0px;
    border-left: 5px solid #f7941f;
}

.img-responsive
{
    border-style: solid;
    border-width: 1px;
    margin-bottom: 15px;
    margin-top: 10px;
}

@media(max-width:767px)
{
   .affix {
     width: auto;
     top: 0;
    }
}

#sidebar .nav {
    margin-bottom: 8px;
}

#sidebar .nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 90%;
}