.fade:not(.in) {
    opacity: 0;
    display: none;
}
.nav-tabs > li > a {
    font-size: 150%;
    color: black;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    text-align: center;
    border: 0px solid #ccc;
    border-radius: 0px;
}
.nav-tabs .active ,.nav-tabs .active a{
    background: linear-gradient(to top, rgba(209,34,40,0.8), rgb(209, 34, 40)) !important;
    color: #fff !important;
    border: 0px solid #ccc !important;
}
.active{
    background-color: #fff !important;
    color: #000 !important;
    border: 0px solid #ccc !important;
}


.nav-tabs a{
    background-color: #cfcfcf !important;
}


.nav-tabs > li {
    width: 20%;
    text-align: center;
    min-width: 135px;
}






th, table tr:nth-of-type(2n) td {
    border-right: 1px solid #fff;
}
table tfoot, table thead, table tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 #f0f0f0;
}
