@charset "utf-8";
/* Lists */

/* Container for list  */

 #fence {
  	border-radius: 25px;
  	background: #f3f4f3;
  	height: auto;
  	border: 1px solid #feaf70;
 	width: 80%;
 	padding: 0 0 1em 0;
 	margin-bottom: 1em;
}
/* NUMBERED LISTS  */
ol.out
{
	list-style-position: outside;
 	margin: 10px 10px 10px 10px;
 	padding: 10px 10px 10px 20px;
	background: #f3f4f3;
	border: 0.1em solid 8b7c83;
	border-radius: 25px;
		
}
ol.in
{
	list-style-position: inside;
 	margin: 10px 10px 10px 10px;
 	padding: 10px 10px 10px 20px;
	background: #89a0ad;
	border: 0.1em solid 8b7c83;
	border-radius: 25px;		
}

/* MARKER LISTS  */


	
	}
ul.out
{
	list-style-position: outside;
 	margin: 10px 10px 10px 10px;
 	padding: 10px 10px 10px 20px;
	background: #f3f4f3;
	border: 0.1em solid 8b7c83;
	border-radius: 25px;
	
}
ul.out2
{
	list-style-position: outside;
 	margin: 10px 10px 10px 20px;
 	padding: 10px 10px 10px 20px;
	background: #89a0ad;
	border: 0.1em solid 8b7c83;
	border-radius: 25px;		
}
ul.d
{
	list-style-position: inside;
 	margin: 10px 10px 10px 10px;
 	padding: 10px 10px 10px 10px;
	background: #89a0ad;
	border: 0.1em solid 8b7c83;
	border-radius: 25px;		
}

/* MARKER LISTS  TYPE of Marker */

ul.out {
  list-style-type: circle;
}
ul.out2 {
  list-style-type: square;
}
ul.d {
  list-style-image: url('$.png');
}

/* INSET LIST NO MARKERS */

dl
{
	list-style-position: outside;
 	margin: 10px 10px 10px 100px;
 	padding: 10px 10px 10px 10px;
	background: #d9e0e5;
}

dt
{
	
}

dd
{
	border: 0.1em solid #8b7c83;
	border-radius: 25px;
	background: #f3f1f2;
 	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	color:#0d101e;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	font-weight: 500 ;
	word-spacing: 8px;
	font-size:17px;
	
}

/* INSIDE LINE PROPERTIES */

li
{
	border: 0.1em solid 8b7c83;
	border-radius: 25px;
	background: #FFF;
 	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	color:#7b3f0d;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	font-weight: 500 ;
	word-spacing: 8px;
	letter-spacing: 1px;
	font-size:16px;
}

li.n
{
	border: 0.1em solid 8b7c83;
	border-radius: 25px;
	background: #fdf6f0;
 	margin: 0px 10px 10px 10px;
	padding: 0px 10px 0px 10px;
	color:#7b3f0d;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	font-weight: 500 ;
	word-spacing: 8px;
	letter-spacing: 1px;
}



