	.format-shell {
		background-color: #000;
		color: #c0c0c0;
		padding: 10px;

		font-family: 'Courier New', monospace;
		font-size: 13px;
		line-height: 1.15;


		/* font-size: 1em;
		font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
		font-size: 14px; */
	}

	.format-shell .login {
		color: #00cc00;
	}

	.format-shell .bash {
		color: yellow;
	}

	.format-shell .prompt {
		color: blue;
	}

	.format-shell .green {
		color: #00cc00;
	}

	.format-shell .yellow {
		color: yellow;
	}

	.format-shell .white {
		color: #ffffff;
	}

	.xmr-cmd-letter {
		background: #cc0099;
		color: #ffffff;
	}

	.grey-light {
		color: #888888;
	}

	.light-blue {
		color: rgb(65, 255, 255)
	}

	.violet {
		color: rgb(255, 85, 255)
	}

	.code-toolbar {
		margin-bottom: 1.5rem;
	}

	section {
		margin-bottom: 20px;
	}