.trems ol {list-style: decimal; font-weight: bold;}
.trems ol li:before{content: none;}

.trems ul {list-style: circle; font-weight: bold; margin-left: 30px;}
.trems ul li:before{content: none;}

.forDescr {

	margin-top: 25px;
	border-top: 1px solid silver; 
	border-bottom: 1px solid silver; 
	padding:15px 0 15px 15px;
}

.bread-crumbs {margin-bottom: 15px;}
.bread-crumbs a {
	border: 1px solid transparent; 
	display: inline-block;
	border-radius: 16px;
	padding: 0 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	background-color: #ec9c00;
	text-decoration:  none;
	color:white;
	font-size:0.8em;
}
.bread-crumbs a:hover {
	border: 1px solid silver; 
	background-color: #EEE;
	color:#555;
}

.rc-title {
	display: block;
	background-color: #EEE;
	width: 100%;
	padding: 5px 10px;
	border-bottom: 4px solid #ec9c00; 
}
.textForDarkTeml {
	margin-right: auto;
	margin-left:  auto;
	padding: 15px 50px;
	font-size: 120%;
	max-width: 700px;
}

.textForDarkTeml p,.textForDarkTeml h2 {margin-bottom: 30px;}