body {
	background: #2c2f34;
	color: #f2f2f2;
}

.container {
	width: 50rem !important;
}

.navigation .title,
.navigation-title {
	color: #f2f2f2;
}

.navigation {
	background: #34373c;
	border-bottom: 0.1rem solid #1b1c1d;
}

.header {
	background-color: #141518;
}

pre {
	background: #141518;
}

dialog {
	background: #141518;
	border-radius: 8px;
	z-index: 9999;
}

.prettyprint {
	color: #f2f2f2;
}

.prettyprint.lang-md * {
	color: #f2f2f2 !important;
}

code {
	background: #141518;
}

.prettyprint .atv {
	color: rgba(73, 158, 223, 1);
}

.text-icon {
	color: #9b4dca;
	line-height: 1em;
	font-size: 2em;
}

label {
	color: #f4f5f6;
}

hr {
	border-top: 0.1rem solid #1b1c1d;
}

table {
	border-collapse: collapse;
}

td {
	border-bottom: 0.1rem solid #1b1c1d !important;
}

.no-border {
	border-bottom: none !important;
}

.canvas-container {
	background: #000;
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
	width: 240px;
	height: 145px;
}

input {
	color: #f4f5f6;
}

select {
	color: #f4f5f6;
}

option {
	background: #2c2f34;
}

meter {
	width: 100%;
}

.meter {
	box-shadow: 0 5px 5px -5px #999 inset;
	background-size: 100% 100%;
	border-radius: 8px;
	width: 100%;
	height: 7px;
	outline: none;
	overflow: hidden;
}

.meter-bar-active div {
	height: 100%;
	width: 0;
	background-image: linear-gradient(90deg, #bf78eb 0%, #9b4dca 100%);
}

.meter-bar-inactive div {
	height: 100%;
	width: 0%;
	background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
}

input[type='range'] {
	box-shadow: 0 5px 5px -5px #999 inset;
	background-image: linear-gradient(90deg, #bf78eb 0%, #9b4dca 100%);
	background-size: 100% 100%;
	border-radius: 8px;
	width: 100%;
	box-shadow: 0 5px 5px -5px #999 inset;
	height: 7px;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
}

input[type='range']::-webkit-slider-thumb {
	width: 8px;
	-webkit-appearance: none;
	height: 12px;
	background: #f4f5f6;
	border-radius: 2px;
}

.pulls {
	background-color: #2c2f34;
	animation-name: color;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes color {
	0% {
		background-color: #2c2f34;
	}
	50% {
		background-color: #9b4dca;
	}
	100% {
		background-color: #2c2f34;
	}
}

.logo-img {
	width: 40px;
	height: 40px;
	display: inline-block;
	float: left;
}

.logo-text {
	font-size: 1.6rem;
	line-height: 40px;
	display: inline-block;
	padding-left: 10px;
}

@media screen and (max-width: 639px) {
	.mobile-display-none {
		display: none;
	}
}
