.redfont {
	color : red;
}
.style1 {
	color: #CC0000;
	font-size: 1.2rem;
	font-weight: bold;
}
.style7 {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 0.875rem;
	color: #0000FF;
}
.style18 {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 0.875rem;
	color: #006600;
}
.style19 {
	color: red;
	font-weight: bold;
}
h4 {
	font-weight: bold;
}
.top {
	background-color: #d9534f;
}
.tick {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	width: 1rem;
	height: 1rem;
	display: inline-block;
}
.cross {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	width: 1rem;
	height: 1rem;
	display: inline-block;
}
.fw-bold {
	font-weight: bold;
}
.badge.bg-primary, .badge.bg-success {
	color: white;
}
pre {
	padding: 0.5rem;
	background: #f8f9fa !important;
}
.alert pre[style] {
	padding: 0;
	background: transparent !important;
}
/* @font-face {
	font-family: 'ew_FUTURABC';
	src: url('fonts/FUTURABC.eot');
	src: url('fonts/FUTURABC.woff') format('woff'), url('fonts/FUTURABC.ttf') format('truetype'), url('fonts/FUTURABC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */
.app-name-link {
	/* color: #d9534f !important; */
	/* font-size: 2rem !important; */
	font-weight: 600;
	text-decoration: none;
	/* Better Font Rendering =========== */
	/* font-family: 'ew_FUTURABC';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
}
article .container-fluid {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
