html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	background-color: #090909;
	margin-bottom: 60px;
}

#pageContainer {
	padding: 15px;
}

.row {
	margin-top: 10px;
}

hr {
	margin-top: 10px;
}

.dx-tab-selected {
	border: 2px solid;
	border-color:aqua;
}

.command-prompt {
	background-color: black;
	color: green;
	font-family: 'Consolas', 'Courier New', monospace;
	min-height: 400px;
	max-height: 600px;
	overflow-y: scroll;
}

.command-prompt pre {
	margin-bottom: 0px;
}