@media only screen and (max-width: 620px) {
	.stratman-nav-tabs {
		margin-left: 0px;
	}
	
	.stratman-nav-btns {
		width: 100%;
	}
	
	.stratman-nav-btns a {
		width: 100%;
		margin-right: 0px !important;
		margin-bottom: 2px;
		border-radius: 4px !important;		
	}
	
	.stratman-source-pre {
		max-height: 250px;
	}

}

@media only screen and (min-width: 620px) {
	.stratman-nav-tabs {
		margin-left: 4px;
	}
	
	.stratman-source-pre {
		max-height: 500px;
	}
}

.stratman-cover {
	position: fixed;
	z-index: 99999;
	background: rgba(0,0,0,0.4);
	
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
}

.stratman-pane {
	display: table-cell;
	position: relative;
}

.stratman-spinner {
	text-align: center;
	vertical-align: middle;
}

.ff_sux_ttt_td {
	height: 117px;
}