.terminal.tab-page { padding: 0px; }
.terminal.tab-page .terminalFrame 			{ position: relative; display:inline-block; height: calc(100% - 41px); width: 100%; border-bottom: 4px solid #666; padding: 0; margin: 0; }
.terminal.tab-page .terminalFrame iframe	{ position: absolute; display:inline-block; top:0; height: 100%; width: calc(50% - 1px); border: 0; padding: 0; margin: 0; background-color: #000; color: #fff; z-index: 8; }
.terminal.tab-page .terminalFrame iframe:only-of-type		{ left: 0; width: 100%; }
.terminal.tab-page .terminalFrame iframe:nth-of-type(1)	{ left: 0; }
.terminal.tab-page .terminalFrame iframe:nth-of-type(2)	{ right: 0; }
.terminal.tab-page .terminalFrame .controls			{ position: absolute; display:inline-block; top:0; right:18px; height: 40px; width: 40px; border: 0; padding: 0; margin: 0; text-align: center; background-color: rgba(255,255,255,0.2); color: #fff; z-index: 10; cursor: pointer;}
.terminal.tab-page .terminalFrame .controls:hover	{ background-color: rgba(255,255,255,0.4); }
.terminal.tab-page .terminalFrame .controls i		{ padding: 12px 4px 0 4px; font-size: 120%; }
.terminal.tab-page .terminalFrame .controls.halfwindow i.fa-window-maximize		{ position: absolute; display: inline-block; font-size: 160%; transform: scaleX(0.5); width: 11px; top: 0; } 
.column-centerbottom .tabs-nav .tab-item	{ padding: 0; }