.boj-help-logo {
	font-family: Lato;
	font-weight: 900;
	font-style: italic;
	color: #fff !important;
	font-size: 32px;
}

.boj-help-logo img {
	height: 65px;
	width: 147px;
	margin-left: 18px;
}

.CodeMirror-scroll {
	min-height: inherit !important;
}

span.problem-label {
	-webkit-font-smoothing: auto !important;
	-moz-osx-font-smoothing: auto !important;
}

.CodeMirror pre {
	line-height: 1.6 !important;
}

pre {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 9.5px;
	margin: 0 0 10px;
	word-break: break-all;
	word-wrap: break-word;
}
