﻿/* chard does not display correctly in tab due to default display:none */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;
    height: 0;
    overflow-y: hidden;
}

.tab-content > .active,
.pill-content > .active {
    height: auto;
}

/*.tab-pane {
    overflow-x: hidden;
}*/
