_bootstrapReset.scss 677 Bytes
.programing{
    .nav-tabs{
        float: left;
        border-bottom: 0;
    }
    #resultoutput{
        .tab-pane{
            padding: 0;
        }
    }
    
    .record-title{
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
            color: #fff;
        }

        .nav-tabs > li > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
            margin-right: 0;
            line-height: 1.428571429;
            border: none !important;
            background: transparent !important;
            height: 36px;
            line-height: 36px;
            padding: 0 12px;
        }
    }

}