.tick>line, .domain {
    stroke: #ccc;
}
.table-responsive {
    padding-right: 2px;
}

#fig1Container .bar-label{
    font-size: 13px;
}
#fig2Container .bar-label {
    font-size: 12px;
}
#fig3Container .bar-label {
    font-size: 8px;
}

.c-axis-title, .n-axis-title {
    font-size: 17px;
}


#fig1Container .n path, #fig3Container .n path {
    display: none;
}

#fig1Container .c0 .tick text, #fig2Container .c0 .tick text, #fig3Container .c0 .tick text{
    font-size: 10px;
}

.svgSuperscript {
    baseline-shift: super;
    font-size: 75%;
    bottom: .25em;
    line-height: 0;
}

table.dataTable thead .sorting_asc {
    background-image: url(/src/img/sorting-icons/sort_asc.png)!important;
	padding-right: 15px;
}
table.dataTable thead .sorting_desc {
    background-image: url(/src/img/sorting-icons/sort_desc.png)!important;
	padding-right: 15px;
}
table.dataTable thead .sorting {
    background-image: url(/src/img/sorting-icons/sorting_both.png)!important;
	padding-right: 15px;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}