:root{--tab-button-order:1;--tab-content-order:10}.tab-container{display:flex;flex-wrap:wrap}.tab-actor{display:none}.tab-button{order:var(--tab-button-order)}.tab-content{order:var(--tab-content-order);display:none}.tab-actor:checked+.tab-button+.tab-content{display:block}.tab-button,.tab-content{order:initial}.tab-button{width:100%}.tab-container{justify-content:left}.tab-button{padding:0;border-bottom:transparent 4px solid;transition:border-bottom-color .4s;margin-bottom:10px;cursor:pointer;background:url(../images/plus.png) right center no-repeat;background-position:90% 0}.content{padding:0;margin-bottom:20px}.tab-actor:checked+.tab-button{background:url(../images/minus.png) right center no-repeat;background-position:90% 0}.tab-button{transition:none}.tab-content{padding-left:10px}.tab-container.full-height{height:100vh;flex-direction:column}.tab-container.full-height .tab-content{display:block;height:auto;flex:0;overflow:hidden;transition:300ms flex}.tab-container.full-height .tab-actor:checked+.tab-button+.tab-content{flex:1}