/* rules to fix content that requires JS switching */
.initiallyHidden,
.tab-content > .tab-pane
{
	display: block !important;
}

.togglable-tabs .tab-content > .tab-pane {
    border: 1px solid #0a3d79;
    border-top-color: rgb(10, 61, 121);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 0;
    padding: 15px;
	display: block;
}
.collapse
{
	height: auto !important;
	display: block !important;
}
