#topic-tabs {
	margin-top: 50px;
	color: #363636;
}

#topic-tabs .tab {
	display: none;
}

#topic-tabs .tab.active {
	display: block;
}

#topic-tabs .nav a {
	margin-right: 0;
	padding-left: 35px;
	padding-right: 35px;
	font-family: 'Roboto-Light', sans-serif;
	font-size: 16px;
	border-radius: 0;
	color: #363636;
}

/*#topic-tabs p {*/
	/*font-family: 'Roboto-Light', sans-serif;*/
/*}*/

#topic-tabs .header {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 400;
}

#topic-tabs .highlight {
	margin-top: 30px;
	font-family: 'Roboto-Regular', sans-serif;

	word-break: break-all;
}


/*
codemirror
 */

#script {
	margin-top: 50px;
}

#script .script-title {
	display: inline-block;
	padding: 10px 25px;
	font-family: 'Roboto-Regular', sans-serif;
	color: #ffffff;
	background: #9e9e9e;
}

#script .script-source {
	/*max-width: 800px;*/
	width: 100%;
}

#script .CodeMirror {
	border: 1px solid #eee;
	height: auto;
}

#script .CodeMirror-scroll {
	overflow-y: hidden;
	overflow-x: auto;
}


