/*
.roscode {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eaeaea;
	color: #000;
	line-height: 1.2;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 3px 5px;
	font-size: 0.9em;
}
.roscode .color-menu {
	color: rgb(0,155,155);
}
.roscode .color-action {
	color: rgb(155,0,155);
}
.roscode .color-param {
	color: rgb(0,155,0);
}
.roscode .color-symbol {
	color: rgb(155,155,0);
}
.roscode .color-comment {
	color: rgb(155,155,155);
	background-color: rgb(0,0,155);
}
.roscode .color-escape {
	color: rgb(0,0,155);
}
.roscode .color-variables {
	color: rgb(0,155,0);
	font-weight: bold;
}
*/

.rc-syntax {
	/*display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;*/
	
	background-color: #ffffff;
	padding: .3125rem .75rem;
	border: .0625rem solid #d4d4d4;
	border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	-webkit-border-radius: 0.1875rem;
	-khtml-border-radius: 0.1875rem;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: .75rem;
    line-height: 1.2;
	color: #000000;
	margin-bottom: 1.25rem;
	
}
.rc-numeric {
	
}
.rc-numeric-num {
	
}
.rc-content {
	
}
.rc-content-string {
	word-break: break-word;
	margin-bottom: 5px;
}