table {
  border-collapse: collapse;
}
th {
		color: var(--accent1);
}

th, td {
  padding: 8px;
}

tr:nth-child(even) {
  background: var(--lightbgfade);
}

ol.large-numbers {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
	line-height: 1.25;
}
ol.large-numbers > li {
	position:relative; /* Create a positioning context */
	list-style:none; /* Disable the normal item numbering */
	margin: 1rem 0 1rem 2rem;
	padding: 0 0 0 1rem;
}
ol.large-numbers > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top: -0.3em; /* move numbers up or down as needed */
	left:-0.9em;
	width: 1em;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 2em;
	font-weight: bold;
	font-weight: 700;
	color: #A8CABA;
  text-shadow:
       3px 3px 0 #838689,
     -1px -1px 0 #838689,  
      1px -1px 0 #838689,
      -1px 1px 0 #838689,
       1px 1px 0 #838689;
}
ol.large-numbers li:hover:before {
	color: #EBE3AA;
}
#guia {
	margin: 0 auto;
	max-width: 97%;
	display: grid;
	grid-template-columns: fit-content(250px) 1fr;
	line-height: 18px;
}
#guia .navi {
	padding: 50px;
	align-items: top;
	background: var(--lightbg);
	letter-spacing: 1px;
}
#guia h3 {
	font-size: 15px;
	font-family: roboto slab;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #b1956a;

}
#guia h3:before {

	text-align: right;
	padding-top: 1px;
	letter-spacing: 2px;
	font: 700 7px/20px;
	color: #fff;
}
#guia .navi span a {
	display: block;
	font: 500 10px;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	grid-template-columns: 25px 1fr;
	grid-gap: 15px;

}
#guia .navi span a:before {
	content: "00" counter var(--lightbg) ". ";
	text-align: right;
	padding-top: 1px;
	letter-spacing: 2px;
	font: 700 7px/20px;
	color: #fff;
}

#guia .page {
	border-left: 1px solid var(--accent1);
	padding: 50px 75px 75px;
	background: var(--lightbg);
    color: var(--lighttxt);
	word-spacing: 2px;
	text-align: justify;
}

#guia .page h1 {
	font-family: roboto slab;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b1956a;
	border-bottom: 1px solid var(--accent1);
	padding-bottom: 4px;
	letter-spacing: 5px;
	text-align: center;
}
#guia .page b,
#guia .page strong {
	font-weight: bold;
	color: var(--accent1);
	font-family: roboto condensed;
	letter-spacing: 1px;
}
.conteni > div {
	display: none;
}

#guia h2 {
	color: var(--accent1);
	font-size: 17px;
	text-transform: uppercase;
	font-family: roboto condensed;
	font-weight: lighter;
	text-align: center;
}
.conteni i:before {
	font-weight: bolder;
	color: var(--amar);
	font-size: 11px;
}
.conteni e {
	color: var(--lighttxt);
	font-size: 14px;
	padding: 3px;
}
a.minic {
  
    cursor: pointer;
    display: inline-block;
}