.fieldsetContainer {
    height: 0;
    overflow: hidden;
    transition: height 280ms linear;
	border-style:none;
}

fieldset {
    border: 0;
}

#toggle {
    display: none;

}

#toggle:checked ~ .fieldsetContainer {
    height: 220%;
	width: 220px;
	border-style:none;
}

label .arrow-dn { display: inline-block;}
label .arrow-up { display: none; }

label:hover {cursor: hand; cursor: pointer;}

#toggle:checked ~ label .arrow-dn { display: none; }
#toggle:checked ~ label .arrow-up { display: inline-block; }

table .hide_column{
    display : none;
}
div.containers {
        width: 98%;
}
div.tabcontainer {
        width: 100%;
}