/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;
    height: 0;
    /* overflow-y: hidden; */
}
.tab-content > .active,
.pill-content > .active {
    height: auto;
}

/* bootstrap hack end */