/* rui_santos_rnt.css */
/* new: darkyellow    */
/* 2024-06-01   DVSL  */

	.originaltext {
		font-size: 0.9em;
		font-style: italic;
	}
	.rntcblack {
		background-color: #333;
	}
	.rntcblue {
		background-color: #06c;
}
	.rntclblue {
		background-color: #369;
		color: #fff !important;
	}
	.rntclgreen {
		background-color: #096;
		color: #fff !important;
	}
	.rntcgreen {
		background-color: #090;
	}
	.rntclgray {
		background-color: #eee;
		color: #000 !important;
}
	.rntcred {
		background-color: #c33;
		color: #fff !important;
	}
	.rntcyellow {
		/* background-color: #fc0; */
		background-color: #d90;
	}
	.rntcdyellow {
		/* background-color: #fc0; */
		background-color: #c80;
	}
	.rntliteral {
		background: #ebebeb;
		color: #000 !important;
		word-break: break-all;
		font-family: monospace;
	}
	.rnthl {
		padding-left: 4px;
		padding-right: 4px;
		margin-left: 4px;
		margin-right: 4px;
		border-radius: 4px;
		margin: 0;
		color: #fff;
		display: inline-block;
	}
	.rntbox {
		padding: 10px;
		margin-bottom: 20px;
		color: #fff;
		display: block;
	}
	.token.class-name, .token.function {
		color: #dd4a68;
	}

/* unnumbered list */
.ulPhpHtml {
    list-style-type: square;
}
ul.ulPhpHtml > ul {
    list-style-type: square;
}
.shift-middle {
		padding-left: 2em;
}

/* show code in text */
/* 2023-02-28        */

li codde, p codde {
  border: 1px solid #afafcf;
  font-size: .92em;
  font-family: Consolas,Monaco,"Courier New",monospace;
  border-radius: 4px;
  background: #f9f9f9;
  color: #1e2d35;
  padding: 1px 6px 3px;
}

